Android :: Pirates Developers / Thread Expressing My Displeasure

Feb 26, 2009

I just wanted to start a thread expressing my displeasure with the choice to block copy-protected apps from being made available to ADPs. The thing that drew me to the android platform was the fact that it had such a lower barrier to entry. I can't afford to have two phone plans going. The idea of investing $425 to allow me to have one device to both develop for and use for my day to day life was very attractive. However, Google's recent assumption that developers will pirate drm'd software simply because they can is ridiculous. If someone wanted to pirate software, they'd simply open a t-mobile account, unlock the phone, and save $300+. I hope Google reconsiders.

Android ::  Pirates Developers / Thread expressing my displeasure


Android : Java - Implement A Run Method Of Thread If Create A Thread Global

Sep 7, 2010

How can I implement a run() method of thread if I create a Thread Global?

I mean If I create a Thread Globally then can I implement its run() method {" public void run()"} anywhere in my Application?

In the run() method I have to write the code to perform some action.

IF I can do it then please can anyone show me briefly how to do it particularly.

View 2 Replies View Related

Android : Handle Messages Between The Main Thread(the Deafult UI Related Thread) And The User Created Gamethread

May 21, 2009

I am writing an application in which i need to handle messages between the main thread(the deafult UI related thread) and the user created Gamethread.

The requirement is like this.

An activity(say "Activity_X") is setting the view by "setContentView(some "View_Y")". In "Activity_X" i have implemeted "onCreateOptionsMenu()" and "onOptionsItemSelected()" fucntions for creating menus & a switch case for action to be taken on selecting those menus.Menu has items like "resume/pause/zoom/" .

All action to be take on selecting these menus are implemented in "View_Y" in a separate Gamethread by extending "Thread" class.

So whenever a menu is selected in "Activity_X" i need to send a message to "View_Y". And on receiving this ,a particular action/method should be called in View_Y(GameThread).

How can i achieve this using Handlers?Is there any other way of doing this? Please do share with me some code snippets for these.

View 3 Replies View Related

Android :: Update ListView In Main Thread From Another Thread

May 27, 2010

I have a separate thread running to get data from the internet. After that, I would like to update the ListView in the main thread by calling adapter.notifyDataSetChanged(). But it does not work. Any workaround for that?

View 1 Replies View Related

Android :: Use Thread With SurfaceView - Ie Draw In Separate Thread?

Jul 22, 2009

I want to do the drawing in another thread to speed up the game(it is way to slow right now). I was told to do this but don't quite understand why that would speed things up. Is it GameView that should implement Runnable? Should I make the thread sleep when not drawing? where should I start the thread? package com.android.WWS;

import android.app.Activity; import android.content.Context; import android.graphics.*; import android.os.Bundle; import android.view.SurfaceView; import android.view.KeyEvent; import android.view.View; import android.view.View.OnKeyListener; import java.lang.Runnable; import java.lang.Thread;...................

View 4 Replies View Related

Android :: Suspend / Resume Thread From Another Thread In Same App

Feb 20, 2009

I need to suspend/resume a thread from another thread in the same process. I tried to look into thread apis,but I couldn't figured out a way to achieve this.Can anyone pls point me some references to look or give a tip to do this.

View 2 Replies View Related

HTC Droid Eris :: Remove Certain Texts From Thread In Easily Instead Of Whole Thread?

Dec 28, 2009

Does anyone know how to delete certain texts from a thread in an easy manner instead of having to delete a whole thread??

View 7 Replies View Related

Android :: Looking For Few Co Developers

Apr 2, 2009

I am looking for some fellow developers to build a few applications that work together to allow the android phone to take advantage of cheap telephony services provided over the internet. These are sms, voip, calling cards and similar such services.I have been investigating this quite a bit and developing an app to work with PennyTel but i have discovered an issue with the Android OS. Android is not designed to let you replace low level systems in your app and there for there is no way to capture out going sms etc. This means that to write an app that sends all out going sms via pennytel is impossible and that the only way around this is to write your own sms client like ChompSMS and i am sure this will apply to other parts of the phone as well.What i am looking to do is make a reusable system that uses intents to do things. A complete sms application that uses an intent to send the sms so that more sms providers can be added later, a dialer and outgoing call system that will fire an event for another app to make the call etc.What I want is sever apps that use intents not just to open their app but also to choose the outgoing their service uses. personally i want to write one of the outgoing paths and i am looking for some developers who would be interested in writing the more front end apps like the dialer and sms applications.If anyone is interested let me know as it is just too much work for one person and i am sure your apps will be used by many people as more and more people could right services they could be hooked into.

View 3 Replies View Related

Android :: Main Thread The Same As UI Thread?

Jul 16, 2010

The Android doc says "Like activities and the other components, services run in the main thread of the application process." Is the main thread here the same thing as UI thread?

View 3 Replies View Related

Android :: Hiding App Developers

Jul 17, 2010

Is there any way of hiding specific app developers that you don't link on the market?
E.g. if one developer has made thousands of sound board apps or themes for an app that I won't be using - I could hide that developer and wouldn't see his/her apps on the market?

If this is possible, I think it would make the market much less annoying when you have to scroll through hundreds of sound boards and app themes.

View 1 Replies View Related

Android :: Catch 22 For Developers?

Mar 4, 2010

This would be some excellent support for the faithful Android developers. I have eight apps but live in Canada so I haven't been permitted to post them on the Market yet. Still I'm hoping Google might take this into account for Canadian developers who can't yet meet the sales criteria. I applied anyway and hope Google will respond so I can begin mobile testing.

View 2 Replies View Related

Android :: Publish Apps For Other Developers

Oct 6, 2009

In terms of publishing apps for developers that reside in countries where they are not currently able to sell their apps via the Android Market, is this practice okay? Does it violate the Terms and Conditions of being a seller in any way?

View 4 Replies View Related

Android :: My Team Is In Urgent Need Of Developers

Apr 8, 2010

My team is in urgent need for Android Developers. Please find below the details. Job Location:Nagpur,India Android SSE - experience - 3-4 yrs, minimum 6 months experience in Android, Location - Nagpur Code...

View 2 Replies View Related

Android :: UK Developers Listing Currency

Feb 20, 2009

Can anyone tell me if UK developers are still being forced to list in a currency that the only paying customers of Market aren't used to dealing with (i.e. British pounds), or can we list in the currency our potential customers use?

View 9 Replies View Related

Android :: Animated-rotate Available For Developers?

Sep 21, 2010

In android-sdk-windowsplatformsandroid-8data esdrawable progress_large.xml, the following code is used:

CODE:.........................

If I try to copy this code in my own projects (so I can change the drawable), I get a compile error for framesCount and frameDuration.

Is <animated-rotate> something that can be used? And if so, how?

View 3 Replies View Related

Android :: Multitouch On Droid App Developers?

Dec 19, 2009

Is multitouch available to Android app developers? I've heard its on the new 2.0 version but only seen it accomplished on the Internet browser.

View 2 Replies View Related

Android :: Developers Screen Shot App On Droid

Mar 29, 2010

Is it just an impossibility to do?I have no idea about these things, but I guess if it is possible it would have been done already, no? I haven't taken the plunge to root, and not sure if I will and the instructions for screen shot on Droid are basically chinese to me because I have no skill when it comes to this sorta thing.I just want an app that will take a screenshot without root.People like me would pay for an app like this. You could make killer money guys, come on!

View 14 Replies View Related

Android :: Life After G1 / Upgrade Developers Phones?

Oct 13, 2010

I've been using the G1 for a while now and have been quite happy with it except that it only goes up to 1.6. In order to develop on 2.1 and beyond, I need to upgrade to a newer phone. I'd like to continue it using the new dev phone as my personal phone as well which limits it to AT&T for me. Seems like my only choices, according to http://www.google.com/phone, are nexus one, samsung captivate or HTC aria. Are all 3 good developers phones? Should I look for an unlocked droid instead? The nexus looks great but at it's a bit steep considering I'll probably need an android tablet for development as well soon. BTW, any thoughts on what would be a good developers tablet and when they might be available.

View 8 Replies View Related

Android :: Colud I Join Developers Group?

Mar 3, 2010

Could i join Android Developers group?

View 2 Replies View Related

Android :: How Does AdMob Calculate How Much To Pay Developers Per Click?

Aug 14, 2010

I just integrated AdMob into my app. I noticed that in South Korea, there were 24 clicks, but that I only got 7 cents off of those clicks. In Malaysia, there was one click that generated 11 cents, and in Japan there were 2 clicks that generated 0 cents Does anyone know how this works? Also, does AdMob or Google AdSense generate more money?

View 3 Replies View Related

Android :: Marketing Resources For Mobile App Developers

Nov 16, 2010

I know this is a developer site. BUT, and I think the moderators and fellow responders would agree: developers these days are usually also the people that market their product. Especially if you're an independent one-man-team like myself. So I think this can be a relevant question on stackoverflow: I'm wondering what resources you have used to promote and market your mobile app? Or if you can give some tips or recommendations, links, etc?

View 4 Replies View Related

Android : How To Search Mulitple Developers In Market

Feb 3, 2010

I am adding a menu option in my newest application that will allow users to view all of our other applicatiosn we've published to the market place. The problem we are having is we created a second more business like developer account, but want to let users also see all of our old apps. I know how to have the search point to one developer, i.e. pub:<developer name>, but does anyone know of a way to have it search multiple? So that when they click the button all the apps from the older developer we had along with the newer business developer we created?

View 3 Replies View Related

Android : Able To Block Certain Developers From Showing In Market?

Feb 10, 2010

I'm just browsing the market on my phone and every few games down there are utterly shite apps from a developer called "Aroma planning" which are pictures of women which you are supposed to touch.

I'd love a feature where you could block every app from that developer but I wouldn't know how or who to contact to ask if it could be implimented.
As far as I know, the Market isn't a part of the open source components in Android and is Google's property but does anyone know if there is a contact email address for the android market developers so I could ask if such a feature could be added?

If I see another miniskirt touch game by that arsehole I'll probably end up snapping my nexus one in rage.

Edit: Doh, the feature requests forum is here: Feature Requests / Suggestions - Android Market

View 1 Replies View Related

Android :: Developers Edition G1 / Ability To Connect To 3G Network?

Feb 2, 2009

Few quick questions that I was hoping someone could answer. The developers edition g1 should work fine on the At&t network, correct? Will it be able to connect to At&t's 3g network? If you could answer these I will be forever in debt to you, I have looked everywhere for this information only to lead me here, still confused.

View 2 Replies View Related

Android :: Bluetooth Developers Guide / Sample Code

Dec 18, 2009

Bluetooth Developers, We have just published an Android Bluetooth Developers Guide, and a Sample Application. I hope these become a useful resource, Android Bluetooth Project Lead

View 4 Replies View Related

Android :: Paid Technical Support Program For Developers?

Apr 6, 2009

I develop Android appliations for a living.As always, we have a very short time to get a finished product out the door and we're relying on the Android to be one of our flagship phones.I've got no time for "phone exploration" or hobbying around. I need technical information, and IN PARTICULAR, information about the hard problems.The easy problems that everyone writes about is not helpful for what I need. I want to be able to pick up the phone and call someone on the Google development team to get some quick answers and information that's not found in the documentation, (which by the way has more holes in it than the moon has craters). And, I'm willing to pay for the kind of support I need. I can even visit Google peeps at the development lab in Kirkland.I can make the case to my boss for paying for this kind of live support, but I can't make the case that "I just can't do stuff" on the Android. What I need has GOT to be done and quick.And I need quick technical information.

View 3 Replies View Related

Android :: Attention Developers / Orange Is Looking For Great Apps

Dec 4, 2009

Orange is looking forward to talking to you at LeWeb(Paris, 9th and 10th of December)showing you the new on-device App Shop client, and hearing all about your apps. If you're in Paris next week, come and see us.Can't attend LeWeb? Come and talk to us now on the new Orange App Shop Developer Community Platform..All the questions you've always want to ask Orange are just a few clicks away. Join us and also talk to a 100 other developers in the platform.

View 3 Replies View Related

Android :: Developers Be Liable For Charges For Using Google APIs?

Nov 1, 2009

I've been reading the Terms of Service for the Google APIs, both Maps and AJAX APIs. I have questions regarding future consequences of using these APIs in mobile apps that get distributed, hopefully, to many thousands or millions of devices.

Both say that the services must be available for free, so I'm assuming that means you cannot charge a fee for an Android app that uses these services, unless you arrange something special with Google. Which appears to be Google Maps API Premier, an advanced service that uses a page-view-counter-based calculation to determine charges, and is not cheap. Which pretty much says you'd need to charge a subscription fee if you're going to charge at all. If you don't charge now and suddenly get hit with a bill from Google, your free app must remain free (according to Android Terms) so you're out of luck? I suppose it might be possible to include a Terms of Service with the application that says the user assumes all responsibility for any charges related to use of the Google APIs, but that doesn't seem likely to succeed. I think it would be difficult to manage. I also suppose that you could ask Google to block requests that use your API key until you can get a new version out with a fee attached.

Google also says they could charge for the use of the API in the future. This is stated specifically in the AJAX APIs doc, and indirectly in the Maps doc (Google can change the terms at any time). Since the API key that is used when calling APIs belongs to the Android developer, that tells me we could potentially be on the hook for Google charges. The Terms say that we can decide to stop using the APIs. Which is fairly easy when you're running a web site, much different when your application is deployed to thousands or millions of devices. Especially if you've distributed the application for free, and with an expiration date as required of later than October 22, 2033.

I'm nervous now about using Google APIs in Android apps and wondered if anyone else has thought about this. Should Google APIs be avoided? At least until developers have some legal protection?

View 3 Replies View Related

Android :: Droid Browser Reference / Documentation For Web App Developers?

Sep 17, 2010

Is there any Android browser reference/documentation for Web app developers? Something like Apple's Safari Web Content Guide would be fantastic.

I am exploring options to make Android Web app more native-like.

View 2 Replies View Related

Android :: Flash And Air Developers Port Existing Apps In Few Hours

Apr 23, 2010

Devs that are participating in the private beta of Flash for Android have been converting their apps from Air and Flash with great success. This will surely be a kick in the nuts for Apple, a well deserved one at that.Details here: Flash And Air Developers Port Existing Apps To Android In 10 Minutes, Give Feedback From The Private Beta Of Flash/Air For Android

View 3 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved