Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Development tools
Message
De
16/01/2016 04:14:56
 
 
Information générale
Forum:
Android
Catégorie:
Autre
Divers
Thread ID:
01629793
Message ID:
01629834
Vues:
45
>>>>>Hi
>>>>>
>>>>>
>>>>>I'm thinking about an app I want to create but I'm not sure where to start with development tools.
>>>>>
>>>>>Any ideas ?
>>>>>
>>>>>Thanks
>>>>
>>>>I'm using Android Studio (as per the link Fernando posted)
>>>>Works well. IDE is similar to VS which helps. Also contains emulators for testing. Should be all you need.
>>>
>>>Thanks Viv
>>>
>>>and a late happy new year
>>
>>And to you. I think you'll find Android programming interesting. Biggest surprise for me was that there's no real mature data-binding available - Google have a beta library but.........
>
>PMFJI, does this Android tool create a native Android application, similar to a Win Forms?

Similar - though the process is perhaps more similar to WPF - the UI is defined in XML files; 'code behind' in Java.

>And, if you know, would it allow making an app to store data in some "local" space on the Android? That is, would it be conducive to make an app for a disconnected use?

Lots of options for storing data : local files (on internal or external storage) or SqlLite) . You can also choose whether data is made available to other apps (and access data which other apps agree to share)

Outline of options here : http://developer.android.com/guide/topics/data/data-storage.html
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform