[android-developers] Re: 2.0 AccountManager - Implementing a new account type with Google, Facebook and Exchange

2009-11-21 Thread NitroDesk
Any of you folks tried this on a Droid? Simply installing the project that contains an Authenticator in the manfest and the other related items seems to cause the Add Account option in the account list on te droid to simply reoot the phone with an exception. Anyone else seen this or find a way to

[android-developers] The audacity !

2009-11-16 Thread NitroDesk
This is the email we received from droidappz, a site i think that pirates software at users request. They want us to donate money to them to help pirate apps like ours :-) Dear , Please take a moment to read this. First and foremost I want to

[android-developers] Re: In-App purchasing

2009-10-19 Thread NitroDesk
What you could do is create separate applications/packages in the market which once purchased an installed by the user, will unlock those features in the app. To make it seamless, you can include links in your app which will take the user to those specific packages within the android market. this

[android-developers] Re: Earning a living on Android - personal experiences

2009-09-17 Thread NitroDesk
Final instalment with some numbers you MIGHT like http://nitrodesk.blogspot.com/2009/09/earning-living-on-android-part-3.html thanks for stopping by, and good luck ! -g On Sep 16, 8:55 pm, NitroDesk gsuku...@gmail.com wrote: Kumar, When we started the ad revenue model never existed at all

[android-developers] Earning a living on Android - personal experiences

2009-09-16 Thread NitroDesk
(moving to the right group) Hope this resonates with your experiences as well. Part 1 http://nitrodesk.blogspot.com/2009/09/earning-living-on-android-part-1.html Part 2 http://nitrodesk.blogspot.com/2009/09/earning-living-on-android-part-2.html regards -g

[android-developers] Re: Earning a living on Android - personal experiences

2009-09-16 Thread NitroDesk
, NitroDesk gsuku...@gmail.com wrote: (moving to the right group) Hope this resonates with your experiences as well. Part 1 http://nitrodesk.blogspot.com/2009/09/earning-living-on-android-part-... Part 2 http://nitrodesk.blogspot.com/2009/09/earning-living-on-android-part-... regards -g

[android-developers] Re: how to avoid activity restart at keyboard open or close

2009-07-29 Thread NitroDesk
Have you tried android:configChanges=keyboard|keyboardHidden|orientation in the manifest on your activity element ? -g On Jul 28, 9:01 am, Jack Ha jack...@t-mobile.com wrote: I don't believe you can avoid that. Your code just needs to handle it correctly. -- Jack Ha Open Source Development

[android-developers] Re: ALL DEVELOPERS PIRATED APPLICATION ALL OVER!

2009-07-22 Thread NitroDesk
There is a parallel world out there where it is ok to distribute applications that we all have shed sweat and blood to build see here : http://www.ipmart-forum.com/archive/index.php/t-337082.html Can't stop them, like someone pointed out earlier; not sure the creators of Android would ever care,

[android-developers] On-screen keyboard bug ?

2009-07-15 Thread NitroDesk
We have in our app, a non-editable field described in the layout thus EditText android:id=@+id/txtText android:layout_width=fill_parent android:layout_height=wrap_content android:singleLine=false android:selectAllOnFocus=true android:hint=A Hint here android:layout_marginBottom=4dip

[android-developers] SSL certificate bypassing for DigiCert

2009-01-08 Thread NitroDesk
Hello, We have pulled a lot of hair out for this one. We use the DefaultHttpClient to connect with exchange servers. In order to get past sites with self issued certs, we save the cert in a file, then when connecting, we get the keystore, add the saved certificate to the keystore as a

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

2009-01-02 Thread NitroDesk
. Regards, Sven 2008/12/29 NitroDesk gsuku...@gmail.com True, but the most distressing part is the inability to distribute paid apps on the market, even with the possibility of charging for them offsite. I bet this keeps lots of good apps from showing up on the market, and worse still

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

2008-12-29 Thread NitroDesk
True, but the most distressing part is the inability to distribute paid apps on the market, even with the possibility of charging for them offsite. I bet this keeps lots of good apps from showing up on the market, and worse still, from being developed. -Nitro On Dec 28, 12:48 pm, Sven Boden