[android-developers] Re: Android Apps purchasing from anywhere in the world

2010-05-25 Thread Amir Alagic
Hi, I don't think that this will happen any time soon for you in Singapore. Google is living on ads and few months ago Google bought AdMob for 750 million dollars. It it not in their interest to improve paid apps after they invested so much money in mobile advertising. Last year Google said that

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-29 Thread Amir Alagic
One friend of mine got Nexus One in Sweden. FedEx - Brightpoint On Apr 29, 10:18 am, Lim Sim lim@gmail.com wrote: OK.  Now you've got me excited.  I'm in UK too!  haha. On 29 April 2010 09:14, mscwd01 mscw...@gmail.com wrote: Yes! Thanks Google. My Nexus One arrived via FedEx

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-28 Thread Amir Alagic
Great news. COuld you ask him when are they going to add paid apps for Sweden and other european countries ? On Apr 28, 8:26 pm, Richard rtaylor...@googlemail.com wrote: Okay, I've just got another email from our friend Neel at Google. I asked if they had been delayed / forgotten, and even if

[android-developers] Re: onCreate and orientation change

2010-04-28 Thread Amir Alagic
Hi, Add this android:configChanges=keyboardHidden|orientation|keyboard to activity element in AndroidManifest.xml file. I hope that this is what you want. On Apr 28, 7:39 am, NicoToc nicolas.mayn...@gmail.com wrote: Hi, I have an activity that checks stuffs online when it's created (is the

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-23 Thread Amir Alagic
I hope that we will get phones in the next week. Air traffic is ok now and I hope that phones will come for EU developers in next week Be positive... Thank you Google! On Apr 23, 2:22 pm, dgoemans dgoem...@gmail.com wrote: LimSim, i've thought about it.. but i don't actually want to root it.

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-20 Thread Amir Alagic
@Ove You are not the only one. I know one good Android developer with one of the top apps in Android Market and now he almost stopped all work on that app and is moving to iPhone. He should get Nexus One but it only few hundreds of dollars while with good app on App Store one can earn thousands of

[android-developers] Re: Device Seeding Program for Top Android Market Developers

2010-04-17 Thread Amir Alagic
I really appreciate this and am thankful to Google but I think it would be much better that they invested that money to improve Android Market and to add paid apps support for more countries as they promised in Q1 2009. That would create more buzz and would give us all more great apps on Android

[android-developers] Re: Paid apps in more countries - I am sick about it

2010-04-14 Thread Amir Alagic
I think that Google know what it is doing. All developers are excited about Android... we say it is open, free, no control... much better than iPhone OS... and we are developing applications for Android... this is second year that we hope that paid apps will come soon... While iPhone developers

[android-developers] Re: Google Checkout Merchant Account for Swiss Developer/Seller

2010-04-14 Thread Amir Alagic
I guess that they it is an error there. 2900 is more probable date... Google is not evil but it is only slow... On Apr 14, 11:03 am, Phyrum Tea phyrum@gmail.com wrote: Did we miss an Android Market Newsletter following [#382657922] Important Information about Android Market ? Citing

[android-developers] Re: Good Cannels to Generate Larger Revenue

2010-04-14 Thread Amir Alagic
If you want to earn money on Android you have to create your own phone, write a book and/or train people... It is almost impossible to earn some money with ads and most of developers can not sell apps... Developers that can sell apps are having some problems due to free apps created by developers

[android-developers] Re: app gives layout errors only on Sprint HTC Hero devices

2009-10-19 Thread Amir Alagic
I saw somwhere else that one developer also has problems only with HTC Hero (Sprint) ... On Oct 18, 9:48 am, Shane shanemenchi...@gmail.com wrote: We are having problems only with HTC Hero phones as well.  Our issue is different that yours but it is very disappointing to see not all phones

[android-developers] Re: How can i transfer username to next page by Intent:

2009-08-28 Thread Amir Alagic
Hi, Try with Intent intent = new Intent(arg); ... intent.putExtra(username, userNameValue); startActivity(intent); Then on next activity use String userNameValue = getIntent().getStringExtra(username); Amir Alagic Sony Ericsson Mobile Communications The views, opinions and statements

[android-developers] Re: Developing absolute layout - no drag drop click drag in eclipse ??

2009-04-15 Thread Amir Alagic
Simple but can help you www.droiddraw.org On Apr 15, 5:28 pm, Frank Ramirez franktheprogram...@gmail.com wrote: Check outhttp://droiddraw.org/ On Apr 15, 3:24 am, Boba S sbob...@googlemail.com wrote: It would be of great help to me 2009/4/15 quakeboy prasna...@gmail.com I have

[android-developers] Re: Screen Orientation.

2009-03-26 Thread Amir Alagic
int orientation = getResources().getConfiguration().orientation On Mar 25, 8:12 am, Dianne Hackborn hack...@android.com wrote: Sorry I made a mistake, use getResources().getConfiguration(). On Tue, Mar 24, 2009 at 10:43 PM, for android forandr...@gmail.com wrote: Does that mean from

[android-developers] Re: How can i check the mode of orientation?

2009-03-25 Thread Amir Alagic
try with: int orientation = getResources().getConfiguration().orientation; On Mar 24, 1:03 pm, Suman ipeg.stud...@gmail.com wrote: Hi all...                  Thanks for replies. Can any one tell me by which method i can check the screen orientation? I mean i want to check

[android-developers] Re: Will ADP1 support payed apps from the store

2009-02-26 Thread Amir Alagic
I really don't belive that Android Market has bright future. Everything is going slow and it is strange that developers can spend 400 dollars plus shipping... but we can't sell applications. But that is not the only reason I think that Android Market is going to loose its role. In future

[android-developers] Re: RSSReader with description

2009-01-05 Thread Amir Alagic
It could help if you post your code... it is hard here what you should do without soruce code... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups Android Developers group. To post to this group, send email to

[android-developers] Re: Any updates on paid apps timeline?

2009-01-05 Thread Amir Alagic
Welcome to the world of Java ME... There are many different devices that support Java ME with different display sizes, different support for API´s but that it not impossible to solve. To earn some money we have to put some effort. Develop for different phones, test on all of them and when we sell