ニュース

In addition to the core tools, several libraries can enhance your Android app development experience on Linux: SQLite: An embedded database for storing data locally in Android apps.
Android is the prime OS for developing applications in today for many reasons. The main reasons being that it is Open Source and Intuitive. In addition it uses Java for development, which is quite … ...
An introduction to using Xamarin with C# for building cross-platform mobile apps. A fully featured and surprisingly pleasant alternative to Android Studio!
There are many ways to get into Android development - buying and reading Android books, visiting a plethora of Android-themed dev sites, navigating thousands of StackOverflow.com questions tagged ...
An introduction to Java syntax for Android development This post introduces the basics of Java syntax so that you can better start to understand what all those lines do.
The accelerometer is a hardware sensor used to detect a shake motion. William Francis shares the accelerometer code that he uses in his Android apps.