Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cheatsheet for Android programming? [closed]

Tags:

android

Is there any cheat sheet available for Android programming. Most commonly used classes with package description, just like a reference sheet would be nice.

like image 618
Passionate programmer Avatar asked Apr 19 '10 18:04

Passionate programmer


People also ask

Can I learn Android without knowing Java?

The official language of Android app development is without any doubt, Java. It makes things better because it has a large number of open-source resources, as well as valuable libraries and software. It also defends against many problems in native code, such as memory leaks and incorrect pointer use.

Can I start programming on Android?

Android apps can be a great, fun way to get into the world of programming. Officially programmers can use Java, Kotlin, or C++ to develop for Android. Though there may be API restrictions, using certain tools developers can use a large number of languages, including JavaScript, C, or assembly.


1 Answers

For a concise list of Android recipes check out Damon Kohler's blog. He covers Intents, Wifi, Notifications, Alerts, Location, SMS, and Sensors in less than four pages.

like image 179
Tim Kryger Avatar answered Sep 27 '22 22:09

Tim Kryger