[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Justin Anderson > Care to be a little more clear? Your question doesn't make sense... > On May 21, 2012 11:05 PM, "baturanija1" > wrote: > >> hey people,How can i define back arrow button ,to go back to the >> previos item?thanks for sharing :-) >> >> -- >> You received this message be

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Chandra Sekhar > hai, > > sorry i cant understood what you want Nani > > But try this one > > TextView tv = new TextView(getApplicationContext()); > assining the Text: > tv.setText("Android"); > remove the Text: > tv.setVisibility(View.GONE); > > > On Mon, May 21, 201

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Ganesh Vadlakonda > Hi all, > > I am working on android. > > My intention is to develop a screen with image icons like applications > screen in android. > > for that I am using dashboard layout.But if the icons are increasing > this layout is looking bad. > But I want to develop the scr

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 murali ch > Haihow can we write the code for zoom in and zoom out for a image > in android? > Please suggest me & if code is there send to me... > Thank You > > -- > You received this message because you are subscribed to the Google > Groups "Android Developers" group. > To post

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Kiran Rao > I get it now. Thanks for the explanation. > > I also just realized that the implementation of setOrderedHint() in > BroadcastReceiver is a no-op in ICS code-base. All it contains is a > comment stating that this method was accidentally left over in the SDK. > > checkSynchron

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Fabien R > On 21/05/12 17:03, Dan Uff wrote: > > Hi all, > > I am developing an Android app and everything was working fine yesterday. > > Now, when I go back into the app, and try to run it, I get the following > > errors: > > > > setContentView(R.layout.contactlanta); > > > > > > [R

[android-developers] REMOVE ME

2012-05-22 Thread Balint Farago
2012/5/22 Daniel Drozdzewski > > http://stackoverflow.com/questions/3693234/custom-imageview-with-drop-shadow > > > > On 22 May 2012 10:12, saex wrote: > >> Hi >> >> I'm trying to add these kind of IOS shadows in the back of a imageview on >> Android: >> >> [image: enter image description here]

Re: [android-developers] Re: Publishing free and paid versions of the same app

2012-05-21 Thread Balint Farago
Can one implement in-app paying, when they registered as android developer from a country that is not supported to sell paid applications? If they can, this is a workaround for many of us who live in unsupported countries and can "sell" only free apps. Btw, your idea +1 2012/5/21 Ali Chousein >

Re: [android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Balint Farago
Your pro version must have a different package name from the free one. This means, when the users download the pro version, they will also have the free version installed on their phone. This is how I usually do it and have not found other ways yet, i guess this is the general solution. 2012/5/17