[android-developers] How does Play Store alteregos like AppAware display apps?

2014-04-17 Thread Balint
Hi, We have a very special idea about a new Play Store alterego. We would display Android apps in a dedicated app just like AppAware, 1Mobile Market, AppSales, Appsfire, but in a special way. However, we don't know if we can display the apps without the developers' permission. Do these apps

[android-developers] What to do when people are complaining about a virus in my app

2012-12-29 Thread Balint
Recently many users were complaining about a virus in my app. This is really annoying because I am losing many new users (my app has >150.000 downloads). I checked with AVG and AVAST and neither of them found any viruses on my phone (I downloaded my app from the market before I scanned the whole

[android-developers] 2012 october payout report

2012-11-19 Thread Balint
Did anyone received the payout report for October 2012? We're in the second half of November and I cannot see it. It's generally available in the first week of a every month. Balint -- You received this message because you are subscribed to the Google Groups "Android Develo

[android-developers] Close old tasks of app when I start an activity by NEW_TASK flag

2012-10-12 Thread Akos Balint
Hi All, I have a serious problem, I have to start/control activities via service, and for activities I use local broadcast messages to update the UI. When I send a broadcast message, it is received by lots of receivers, but I only want to get it received by the topmost activity. I tried to unre

Re: [android-developers] View contact based on contact id - not always shows the right contact

2012-06-06 Thread Balint
Thank you for shedding a light the deprecation. It was the root of the problem. The correct line is: Intent intent_contacts = new Intent(Intent.ACTION_VIEW, Uri.withAppendedPath(ContactsContract.Contacts.CONTENT_URI, String.valueOf(contactid26))); Thanks again! Balint On Wednesday, June 6

[android-developers] View contact based on contact id - not always shows the right contact

2012-06-06 Thread Balint
I query the phone's calllog into a ListView. So when the user long clicks an item, a dialog comes up with options, including "View contact". To be able to view the contact the intent needs the contact id. From the calllog I get the contact id by the phone number. My problem is that I not alway

[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

[android-developers] Android developer registration with Neteller

2012-05-20 Thread Balint
e it should not be like that. Please ask the company and explain that." I don't even know if that is Conister Bank or Barclays Bank. Thanks, Balint -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this grou