Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
Hi I want to develop an app for website but show the site design without any changes I mean not just a simple webview in my activity actually I'm looking for a tutorial about it and i couldn't find any on the Internet
Can any one help me please
An example of what I mean is like Stackexchange android app
I would suggest starting with the Android webapp documentation at the link below:
http://developer.android.com/guide/webapps/index.html
Here is a link to some documentation on how to do some basic things in a web app such as adding a web view and page navigation:
http://developer.android.com/guide/webapps/webview.html
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am trying to put an additional button on what's app. Is there any possible way to install add ons on the whats app and perform the functionality from custom built apps. I tried to google alot but could not find any appropriate way of doing so. I would really appreciate if any body can give me any direction on how can I do so? Following is the app which works just like the way I am trying to do in whatsapp.
https://play.google.com/store/apps/details?id=com.androidsx.smileys
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I am trying to develop an android custom launcher like ADW launcher.
So, have been searching for some good information.
Most of the questions/answers found in google and Stackoverflow are about how to make an application work as a launcher. But I want to know how I should actually start developing a Custom launcher.
Can anyone please guide me the fundamental steps and resources to develop a Custom launcher.
This should help you out, assuming you can code java.
http://forum.xda-developers.com/showthread.php?t=2583692
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
I tried several question from this forum but could not get a "GOOD" tutorial for this
can anyone give me link to some good tutorial for getting started with phonegap
Can I get some android sample phonegap project to start learning phonegap
pls provide links here
Try this below two Tutorials
http://docs.phonegap.com
http://hiediutley.com/?s=PhoneGap%20Tutorial%20Series
How to install/run PhoneGap on Ubuntu, Step by step guide
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 8 years ago.
Improve this question
I am prototyping an application as a proof of concept which needs a chat feature, but I don't want to implement a full fledged chat. Is there "chat as a service" I can use along with android?
(Yes, I have been spoiled by twilio)
You probably want XMPP or something like it, here is an article that explains how to do it on Android: http://davanum.wordpress.com/2008/12/29/updated-xmpp-client-for-android/
You should probably click on the original article in that link so you can get a better backdrop.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking us to recommend or find a tool, library or favorite off-site resource are off-topic for Stack Overflow as they tend to attract opinionated answers and spam. Instead, describe the problem and what has been done so far to solve it.
Closed 9 years ago.
Improve this question
As part of my final year project, I'm designing an Android application that needs to do some web scraping. I don't have any experience with this, so am wondering if anyone knows of any good links/tutorials they would like to share.
EDIT: I'm trying to have the app sign into a site and upload details from the phone to the site.
Try JSoup for extracting and manipulating HTML data.
Some more details on what you actually want to acheive would be usefull so people can try to point you in the right direction.
Here is one link from google: Using Xpath and HTML in Android
Another link from SO: Fastest way to scrape a HTML page