[android-developers] Re: Must reboot Lollipop after write to external memory

2015-08-13 Thread gjs
Hi, This is an old known problem caused by caching associated the use of MTP protocol. MTP protocol is incredibly slow to enumerate directory entries so caching is used (both on the Android side Windows side) but there is no way provided to 'refresh' the cache when you'd like to see your

[android-developers] same font different device

2015-08-13 Thread Jags
hi all, I need some font equivalence in ios and android (at least that's what is customer's requirement) I use following code to decide a font size for ios. UIFontDescriptor *bigDescriptor = [UIFontDescriptor preferredFontDescriptorWithTextStyle:UIFontTextStyleHeadline]; UIFont *aFont =

Re: [android-developers] Manifest android:process field

2015-08-13 Thread gjs
Hi, Once upon a time many years ago, it was useful to run separate Processes in Android apps when dealing with large image files that might cause OOM explosions as the Bitmap API was quite memory constrained somewhat unpredictable. By partitioning an app doing such image processing in

[android-developers] Re: Must reboot Lollipop after write to external memory

2015-08-13 Thread Johan Appelgren
As I understand it you are supposed to notify the media database of any new files you add using http://developer.android.com/reference/android/media/MediaScannerConnection.html. Android itself will only update the media database automatically on boot. /Johan Den torsdag 13 augusti 2015 kl.