Answer the question
In order to leave comments, you need to log in
What is the best way to create an Android app?
Hello, I need to write a small program for OS Android. What is the best development environment to use if I don't really know Java?
What is required:
- There is only one button in the application
- When the button is pressed, the HTML page will be parsed
- And the data will be displayed on the screen
I know Delphi quite well, but for some reason in XE7 after generating the application, a crash occurs on the phone itself.
Answer the question
In order to leave comments, you need to log in
android studio. Java is not a very complex language (it's verbose and we're not talking about complex things, are we?), the program in question can be copied from stackoverflow and from tutorials.
To see what is causing the crash, you can do adb logcat. For some reason it seems to me that because of the rights in the manifest file.
android studio.
For parsing, you can use the jsoup java library.
Be sure to set the permissions in the manifest file and move the code for working with the Internet into a separate thread (a simple AsyncTask will help).
Data can be displayed in a WebView. Well, or if tomorrow the information has the form of a list, table, then list, grid view with adapters, respectively.
I advise you to look towards Xamarin, the environment is not bad, and the threshold for entering C # is lower than in Java
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question