Android Development

I checked the childFragmentManager state, and surprisingly, it is empty. So, the fragmentmanager dump output in previous posting shows all of the fragments, but when doing the same with child fragment manager, the output is: Fragment...
I checked the childFragmentManager state, and surprisingly, it is empty. So, the fragmentmanager dump output in previous posting shows all of the fragments, but when doing the same with child fragment manager, the output is: FragmentManager misc state: mActivity=null mContainer=android.support.v4. app.Fragment$1@41603ca0
23 minutes ago
I am considering a single 'foundation' app that contains: a custom Account (for AccountManager), a SyncAdapter and all of the ContentProviders for use by the actual 'consuming' apps. The idea is that the 'foundatio...
I am considering a single 'foundation' app that contains: a custom Account (for AccountManager), a SyncAdapter and all of the ContentProviders for use by the actual 'consuming' apps. The idea is that the 'foundation' app is a pre-requisite for the 'consuming' apps as it provides their Account addition/login, data layer
about 1 hour ago
That was my guess. But i am running my test app on a phone with play account that is not my dev account, and it's not in the list of License Test accounts that you can set in the dev portal. Still i get LICENSED all the time...
That was my guess. But i am running my test app on a phone with play account that is not my dev account, and it's not in the list of License Test accounts that you can set in the dev portal. Still i get LICENSED all the time...
about 1 hour ago
Has anyone else had an email from Opera trying to get you to develop for their app store? *One of the leading independent app stores in the world, the Opera Mobile Store, has doubled its traffic in a year, reaching 60,000,000 monthly ...
Has anyone else had an email from Opera trying to get you to develop for their app store? *One of the leading independent app stores in the world, the Opera Mobile Store, has doubled its traffic in a year, reaching 60,000,000 monthly visitors and more than 2,000,000 app downloads per day. The strongest growth has been attained in the emerging markets such as
about 1 hour ago
I was just being hti by this problem as I'm working on my own UI engine and I need to calculate my own device indepentent unit ratio using these XDPI and YDPI values.... So how the Android native UI is calculating the DP (independ...
I was just being hti by this problem as I'm working on my own UI engine and I need to calculate my own device indepentent unit ratio using these XDPI and YDPI values.... So how the Android native UI is calculating the DP (independent device unit) on a device where the DPI is incorrectly set? Does tha mean the native UI is then wrongly scaled as well?
about 1 hour ago
Probably if you side loaded the app. The whole idea of this 'license' check is to make sure that people that didn't download the app from the Play Store don't hit their servers and download GB's of data files.
Probably if you side loaded the app. The whole idea of this 'license' check is to make sure that people that didn't download the app from the Play Store don't hit their servers and download GB's of data files.
about 2 hours ago
Hi, according to: [link] it's possible to use the Google Play Licensing service on free apps. The page says "You can implement licensing controls for a free app, but only if you're using the service to provide APK expansion...
Hi, according to: [link] it's possible to use the Google Play Licensing service on free apps. The page says "You can implement licensing controls for a free app, but only if you're using the service to provide APK expansion files[link]>
about 2 hours ago
Hi, according to: [link] it's possible to use the Google Play Licensing service on free apps. The page says "You can implement licensing controls for a free app, but only if you're using the service to provide APK expansion...
Hi, according to: [link] it's possible to use the Google Play Licensing service on free apps. The page says "You can implement licensing controls for a free app, but only if you're using the service to provide APK expansion files[link]>
about 2 hours ago
Hi! So, I checked onAttachActivity and onDetach and this is very puzzling. onAttach is called, I store the reference to the "activity", but onDetach is not called, and when I try to call getActivity(), or reference the stored activit...
Hi! So, I checked onAttachActivity and onDetach and this is very puzzling. onAttach is called, I store the reference to the "activity", but onDetach is not called, and when I try to call getActivity(), or reference the stored activity, I always get null back. So that is the reason FragmentManager is failing as well, only I don't know
about 2 hours ago
I have apps which also only supports 3 screen sizes (according to APK details) where I don't have *android:targetSdkVersion *in the tag, but still show up on xlarge devices. Only difference is that I have not updated them recentl...
I have apps which also only supports 3 screen sizes (according to APK details) where I don't have *android:targetSdkVersion *in the tag, but still show up on xlarge devices. Only difference is that I have not updated them recently. I believe that this "requirement" only applies to updates/new-apps.
about 3 hours ago