Score of 1
0 answers
904 views
Creating Android 2.3 apps
I'm obsessed with old phones, and remember using my android 2.1.1 phone in the past and my android 2.3 tablet right now. I hate waste and believe that I can make these machines better with creating ...
- reputation score 17
Score of 0
0 answers
88 views
Why does Location in OnLocationChanged have old time?
I listen to location changes with OnLocationChanged, I use solely GPS. The problem is with the time values (milliseconds from 1970-01-01). In my case it represents 32 years, so it gives year 2002, I ...
- reputation score 21335
Score of 1
1 answer
625 views
Why does creating an instance of OkHttpClient take so long?
I've got this code on an Android 2.3 Gingerbread device which takes like 30 seconds. I run it in async task away from UI thread (but it doesn't make a difference where I run it) long startTime = ...
- reputation score 1548
Score of 1
0 answers
1357 views
How to build app for android 2.3 in Android Studio
I am working on a project: creating an app for an old android device with Android Studio. But the problem is targetting the correct API Level (9) and appcompat from gradle. I did some modifications ...
- reputation score 900
Score of 2
0 answers
582 views
context menu in android 7.0
I'm struggling with the following situation: I create the context menus in ListViews by overriding the onCreateContextMenu method from the listview myListView.setOnCreateContextMenuListener(...
- reputation score 47
Score of 3
0 answers
90 views
Android Studio 3 minSdk below 14
I have an old phone running Android 2.3.6 (API 10). It was still supported in Android Studio 2.1.3, which I used for a long time, but in Android Studio 3, the lowest possible sdk is 14. The app I make ...
- reputation score 31
Score of 0
1 answer
296 views
LVL fails (0x101 ERROR_CONTACTING_SERVER) w/ Android V2.3.5
I have a paid app on the Google Play Store and have been using the LVL library for the past two years. In the past, I tested my app on multiple devices including Android V2.3.5 (Gingerbread), V4.4 (...
- reputation score 1
Score of 0
1 answer
376 views
android - up indicator not working properly
I've built this to test how my app works on lower end devices (having small amount of resources, older version of android etc), this case up Indicator is not working only in my 2.3.5 api 10. Not ...
- reputation score 1775
Score of 0
0 answers
62 views
Pop up and Lock Screen Notifications on Android version below 5.0
How can I get on screen notifications like the following image? I want to make it work on Android Version below 5.0. I heard i can do it with Fragment but i don't really know how to manage with it....
- reputation score 1
Score of 1
0 answers
630 views
List preference showing selected value in summary
This question has already been asked here it works like a charm. Application's minSdkVersion is 14, but now I have to provide support for sdkVersion 9 (Android 2.3.3 Gingerbread). The solution does ...
- reputation score 1614
Score of 0
0 answers
59 views
Getting permission not granted in GingerBread
I am using following function to check whether read from external storage permission has been granted or not. public static boolean checkWritePermissions(Context context) { String permission = "...
- reputation score 1071