Are wrappers possible? [closed] - android

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 11 years ago.
Improve this question
Can I get an app that only can do one thing : dial a specific number?
If it is affirmative, can one make an app that creates and edits plurality of described applications?
When you run it the first time , it will ask for list of names with phone numbers, and then creates a bunch of icons: Mike, Steve etc. Each icon dials one person
Where can I hire a programmer, who is capable of doing this?

Yes. it is possible
You could create an application that makes configurable widgets, so a 1x1 widget that has a preference stored for the number to call.
If you're looking to hire someone then I can't see much point in going into detail as how this would achieved seeing as you'll be paying someone to come here and read this answer.
You could try hiring via a freelance website such as gun.io or any other site that comes up when you search for find freelance android developer

Related

What technology uses this tree games app? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I found these 3 app on Play Store and want to base my learning course on what tehnology are they make.
https://play.google.com/store/apps/details?id=com.TreetopCrew.VirtualBeggar
https://play.google.com/store/apps/details?id=com.outerminds.tubular
https://play.google.com/store/apps/details?id=org.nanobit.cheftown
So my questions are how to make it and focus my learning on technologies they use. What frameworks is best to use and stuff like that.
I know to make basics app till now, with standard design and fuctionality, but want to learn more.
I know that the last one is little more complex, but I have a free time and want to learn, so any help will be appreciate.
Thx
I would suppose you received down votes as this is not really a question for stackoverflow. As commonsware stated, it is best practice to reach out to the developers and see if they are willing to divulge any info on what they used to develop their apps. As well there are multiple resources out there for starting game development in android. One that comes to my mind is XDA, but even just using google to dig around.
Here is a link to a game development thread on XDA
http://forum.xda-developers.com/showthread.php?t=1753131
And here is a link to the development thead mentioned in XDA
http://www.kilobolt.com
Stackoverflow is more designed and targeted to specific code problems/questions. It is not meant for individuals to ask for "how do i make this" questions.
For reference, please see the link below on what should be asked here on Stackoverflow
https://stackoverflow.com/help/on-topic

Google Developer Account Terminated. Can I open another with the same name? [closed]

Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
Despite my best efforts, one of my apps was taken down, I expect, for IP infringement, and resulted in my account being terminated. However, the account was getting kind of messy, and it's current income was only really going to decline. What I would like to know is whether it would be possible to open another account under the same name? I'm rather fond of my old alias, and would prefer to keep it in my future endeavors, if at all possible :)
All help appreciated!
EDIT: I understand this isn't a coding question, but I don't really know where else to turn.

Implementing floating app...where to start [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
I would like to create a floating app - an app that floats/hovers over other apps. Something along the lines of what the good folks at Floating Apps have achieved. But i am lost as to where to begin with such an effort.
I understand the conventional way of creating an app but i am at a loss thinking about how to get started on creating a floating calculator.
Can anyone point me in the right direction or get me started? Appreciate your inputs. Thanks.
While I don't know how your particular example works, if you've been paying attention to various UI/UX experiences on Android you might have heard about Facebook Chat Heads which has a similar float over existing app feel.
You may want to start here for your investigation:
What APIs in Android is Facebook using to create Chat Heads?

How to improve Android Beam discoverability [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
The presenters in the Google I/O session about Android Beam made some comments about "breaking Beam by adding things to it." They used an example of Beam being added to the Share menu, which is bad because Beam should be "magical" and "simple."
The problem that I have is that with no UI, Beam has a big discoverability problem. The average user will never use it if they don't know it is possible.
What are the best practices to let the user know that she can tap to share?
I'm creating a chat app where users can add others by NFC (and other ways). There is an activity where the users can see how to connect to others. In there there is also a piece about NFC. I guess when my users know by then that this is possible they will use it. Still... not all the phones have NFC yet, so users have to ask others: "Oh, umh, you have NFC?" Which they probably won't do to people that they just met or if the user isn't a geek.
I guess the best way to let users know they can use NFC to share stuff is by implementing it in all apps out there so it becomes default that it is there. Untill then, you should just tell your user it's possible like I did, with some text, symbol or animation.

Background App to scan into active textbox? [closed]

Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
I was looking for an app for phones (iPhone, Android and SmartPhone - any or all) that would simply run in the background and place any scanned upc code digits into the currently active textbox.
I've Googled for quite a while and only found an Android app that actually replaces the keyboard of the phone.
It seems like it should be easy (I have many for PCs) but I haven't done any handheld programming since Windows CE days so I don't know if this is possible (can apps see other apps controls in these phones).
Has anyone ever come across an app like this?
use the iphone sdk from zbar and you can do it inside your app.
You cannot do this system wide. You can only add this functionality to your apps.
This question is very similar Take a look. Android Long Press on Edit Text behavior

Categories

Resources