We’ve already explained how to make an application with a map here. So, now we will try to put markers or pins (or however are they called) on the map,…
I will start with an example. Let’s assume that we want the user to change the date format of your application. For this you must have a class that extends…
If you want to make a custom title in a class that extends PreferenceActivity you must put requestWindowFeature(Window.FEATURE_CUSTOM_TITLE); BEFORE super.onCreate(savedInstanceState); Otherwise you will get a Force Close
If you encounter this problem: “CheckBoxPreference is not allowed here” or other preference tag and your xml file is all red is because you create the xml in res/layout and…