[android-developers] Android memory management question

2011-09-19 Thread KC203
I have bunch of queries regarding android memory management . I know each app is provided with jvm , but how about memory size , do they increase and decrease with respect to other apps on phone? The main part how do jni memory allocation in each jvm taken care ? When accessing one of the androi

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
Never mind it is working fine :) Conclusion , Assets folder allows you to create subdirectories and also you to access files with relative path On Jun 10, 11:46 am, KC203 wrote: > Umm , i tried adding fonts/ and placed a test.txt under it , and wen i > called getassets().list("

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
Umm , i tried adding fonts/ and placed a test.txt under it , and wen i called getassets().list("fonts") it returned a String[] of size zero : ( and also list("") does not display fonts folder... What am i doing wrong , in eclipse i select assets folder , right click and select create new folder , i

[android-developers] Re: Asset folder

2011-06-10 Thread KC203
d retrieve files in these folders On Jun 10, 11:03 am, Mark Murphy wrote: > On Fri, Jun 10, 2011 at 1:23 PM, KC203 wrote: > > apart from the folders provided (image, sound and webkit) can we add > > new folders to asset ??? > > Those folders aren't "provided",

[android-developers] Asset folder

2011-06-10 Thread KC203
apart from the folders provided (image, sound and webkit) can we add new folders to asset ??? When i added and used getAssets().list("") , it didn not capture the new folders added ? -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post

[android-developers] Re: New added folder to app

2011-06-09 Thread KC203
> I *believe* this gets converted in the app to the path of your resource > folder. > > > > > > > > > > On Thu, Jun 9, 2011 at 3:06 PM, KC203 wrote: > > But that would be storing and deleting when the app in running on the > > device , i am packing this fo

[android-developers] Re: New added folder to app

2011-06-09 Thread KC203
t; On Thu, Jun 9, 2011 at 2:49 PM, KC203 wrote: > > Hi , > > >     In my android , i am creating multiple folders say X1 , X2 , X3 > > so on , and each have list of files which needs to be displayed to > > user for selection > > I am trying to read the files in say fold

[android-developers] New added folder to app

2011-06-09 Thread KC203
Hi , In my android , i am creating multiple folders say X1 , X2 , X3 so on , and each have list of files which needs to be displayed to user for selection I am trying to read the files in say folder X1 , how do i go about doing that , whats the relative path which would help get list of files

[android-developers] Customizing emulator home page

2010-09-29 Thread KC203
Hi , When an emulator is launched a default home page is displayed, i want to change the options here and some images. Can we do this ?? Where do i have to tweak the code? Thanks -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To p