android-1.6-donut
Dynamically change font size in Android
I want to support font resizing with an entry in Preferences (where the user picks among given font size options) or by using a gesture (flinging up/down) as used in popular e-book reader applications[详细]
2023-03-21 11:18 分类:问答Getting a simple fling gesture
So this is half a how-to and half a best practices question. First, if I just want to get a simp开发者_Python百科le \"fling right\" (which will go back to a previous activity) should I implement OnGe[详细]
2023-03-09 15:32 分类:问答ClassCastException on a subclass of ListFragment using compatibility library
This only happens when using the compatibility library for pre-3.0 devices I\'m getting an error that I cannot pin down. I have an Activity with a ListFragment and standard Fragment. It is just like[详细]
2023-03-02 05:59 分类:问答Include .so library to android ndk project
I\'m beginning with android NDK. I have to compile a native library for the 1.6 sdk (mupdf) but it requires the ljnigraphics lib (which was added lately on 2.2). I\'m trying to include the compiled li[详细]
2023-02-25 10:45 分类:问答Android upgrade from 1.6 to 2.2 results in exceptions
My application works fine with Android 1.6, but when I run it on Android 2.2 I get concurrentModificationException in some places. After wrapping my head around it for days, I\'ve come up with a theor[详细]
2023-02-22 07:00 分类:问答Invalid column in contacts
I am planning to create cursorjoiner for my app. I would l开发者_如何学编程ike to join the Display name and Email id using the cursorjoiner. I am trying on Android 1.6.[详细]
2023-02-20 13:23 分类:问答Make a call and play a message? (Android 1.6)
I have an application that will need to make a call and play a recorded开发者_JS百科 message. Is that even possible?No, sorry. You can initiate a call with the right permission, but you have no way to[详细]
2023-01-17 05:15 分类:问答Set install location for Android 1.6?
I\'m writing an application that is compatible with Android 1.6, but I would like to give users running Android 2开发者_运维知识库.2 the option of moving the application installation to their sd card.[详细]
2023-01-08 05:16 分类:问答How can I query contact information based on a phone number
I am trying to query contact information based on a phone number on android 1.6. This is the 开发者_如何学Ccode I tried. But I get count equals to 0 in my cursor.[详细]
2023-01-07 20:58 分类:问答Receiving SMS messages in Android 1.6
I have a code sample (from Reto Meier\'s book) on receiving SMS messages in an android application using a broadcast receiver.[详细]
2022-12-08 10:20 分类:问答