i want to create web server with sql server database for android app
so give me a details
requirements,installation, and step by step developement
Thank you
Magesh.K said:
i want to create web server with sql server database for android app
so give me a details
requirements,installation, and step by step developement
Thank you
Click to expand...
Click to collapse
If this is what you want? This was only on the 3rd page of this forum. You could have done a little search in prior to opening a thread
Related
Apologies if this question has been asked already, is there a way to script my email settings [without using Microsoft MyPhone] so that I can run the script after flashing a new rom?
Thanks
This is all I could find using the search tool - http://forum.xda-developers.com/showthread.php?t=639455&highlight=email+settings
lagbaja said:
Apologies if this question has been asked already, is there a way to script my email settings [without using Microsoft MyPhone] so that I can run the script after flashing a new rom?
Thanks
This is all I could find using the search tool - http://forum.xda-developers.com/showthread.php?t=639455&highlight=email+settings
Click to expand...
Click to collapse
If you want just the email settings check this.
thanks @mamv, it reads like what i am searching for; I will give it a try.
I had someone develop an app for me, I have the apk, and the source files, what do I need to sign it and submit it? I have Java sdk, android sdk, latest eclipse and the adt plugin.
Sent from my Nexus S 5g.
http://developer.android.com/guide/publishing/app-signing.html
I still can't figure out how to open up the app in eclipse, this is literaly the first thing Java or serious programming related I've ever done.
Create a new Android project in Eclipse and select "Create project from existing source" then hit Browse and find the source folder with AndroudManifest.xml in the root folder. After that just follow Gene Poole's link.
Okay, I figured it out, I just had to open it in the project browser and I was able to complie, sign and submit it to the market. Now its time to read some android for dummies books and make my own apps.
Sent from my Nexus S 5g.
look at the link to my blog below in my signature. ive demonstrated some pritty good trick that can be done with java. also feel free to message me it you need help with anything.
I can't post a link because I am new here, but this is the best guide I saw. Screenshots and all
Code:
ht tp://mobile.tutsplus.com/tutorials/android/publish-to-android-market/
remove the space between the two t's in http
Hi Guys,
I am kinda bored (and I hope it is the right forum here), so I decided to learn c# and make a GUI for adb on windows.
actual state of what is actually working:
- it recognizes if the phone is plugged in
- you can see /
- you can change to a dir, but the file listing of the dir above doesn't disappear.
- you can remount the device as r,w
- nothing more...
TODO:
- fix bugs
- add "push" button to upload files to device
- logcat button to view logcat
- an easteregg, cuz I want to be funny....
Screenshot: http://www0.xup.in/exec/ximg.php?fid=18077557
or for people who get virus messages @ xup.in : http://i.imgur.com/NvgWy.jpg
This thread should be abount ideas you have, about what I could include to that.
it's pretty useless until now... but I like to share.
have fun with it...
just paste the exe into /platform-tools
Windows only, you need .NET Framework 4...
btw: source will be given, when it's stable and I don't have to shame for the code, cause until now it's full of bad comments
t0desicy said:
(and I hope it is the right forum here)
Click to expand...
Click to collapse
Not the right section .
So where should I post it?
t0desicy said:
So where should I post it?
Click to expand...
Click to collapse
Ask a moderator to move it to the development section
Sent from my HTC Wildfire S using Tapatalk
eoghan2t7 said:
Ask a moderator to move it to the development section
Sent from my HTC Wildfire S using Tapatalk
Click to expand...
Click to collapse
t0desicy said:
So where should I post it?
Click to expand...
Click to collapse
I asked a mod to move it for you... so now it's in the right section .
I asked a mod to move it for you... so now it's in the right section .
Click to expand...
Click to collapse
thank you so now, anyone can tell me some idead to what I could add to the software?
t0desicy said:
thank you so now, anyone can tell me some idead to what I could add to the software?
Click to expand...
Click to collapse
Install apps, flash things (e.g. recovery).
ESET NOD32 Antivirus
Access denied
Details:
Web page: http://www0.xup.in/exec/ximg.php?fid=18077557
Comment: Access to the web page was blocked by ESET NOD32 Antivirus. The web page is on the list of websites with potentially dangerous contents.
Is imgur.com too hard to find these days?
BombaUcigasa said:
ESET NOD32 Antivirus
Access denied
Details:
Web page: http://www0.xup.in/exec/ximg.php?fid=18077557
Comment: Access to the web page was blocked by ESET NOD32 Antivirus. The web page is on the list of websites with potentially dangerous contents.
Is imgur.com too hard to find these days?
Click to expand...
Click to collapse
http://i.imgur.com/NvgWy.jpg
sorry, never had problems with xup.in, using it since ages...
Hi,
I'm developing an android app.How to use online centralized database in my app.procedures for connecting to it.Thanks in advance
I don't get what you mean completely . If you want to build a WebApp for instance a newsreader you should use WebApp methods . You can start here :
http://developer.android.com/guide/webapps/index.html
Also if you want to use a database in your app like a dictationary you should use a SQlite database . Actually you can use more kinds of db but this kind I think is better. If the second is true this can help you a lot :
http://www.vogella.com/articles/AndroidSQLite/article.html
This is about databases: http://www.vogella.com/articles/AndroidSQLite/article.html
EDIT: Oh I am sorry. I did not see that torpedo mahammadi has already posted this link. (Nevertheless vogella's tutorials are always great. :good
My app is not an online app..I just need the DB to be online..Hw can i achieve that..
nachiappan22 said:
My app is not an online app..I just need the DB to be online..Hw can i achieve that..
Click to expand...
Click to collapse
The app is no online app, but the database is online? What does that mean?
nikwen said:
The app is no online app, but the database is online? What does that mean?
Click to expand...
Click to collapse
He meant that the users data will be stored in an online database and not on users device. So he can access that data anytime.
Sent from my Micromax A116 using xda premium
I have created my Db in phpMyadmin..How can my app be connected with it..any tutorials?
nachiappan22 said:
I have created my Db in phpMyadmin..How can my app be connected with it..any tutorials?
Click to expand...
Click to collapse
It's stupid way to give user direct access to DB
I'm not giving user any access to the db...app doesn't involve any changes to b made by the user.
My thought on this would be to do it this way:
Create a php page to handle http requests that would access your db and give back a response.
Use the app on the phone to send the http request, requesting what ever you have stored in the db and wait for the response.
i have a mdb file..i need to import it into phpmyadmin as an sql db.So i converted that mdb into an sql file using Bullzip.I get the following error.
Error
SQL query:
# Dump File
#
# Database is ported from MS Access
#--------------------------------------------------------
# Program Version 5.1.232
CREATE DATABASE IF NOT EXISTS `movedb` ;
MySQL said: Documentation
#1044 - Access denied for user 'b22_13129197'@'%' to database 'movedb'
Help me to rectify it.
Looks like the user you are using for mysql doesn't have the correct permissions.
So I would like to learn how to develop apps for the android OS. I'm not sure where I should put this (sorry if in wrong section). I would like to learn how to code and do all the steps in app development. I have absolutely ZERO experience in coding other then changing the dedicated RAM for Minecraft. If someone could tutor me maybe twice a week or link me to other forums that explain this sort of thing and provide support for people. I would be very happy for either if the two! Thank you guys!
Learning Java
Hi NamesBass
Android development is basically Java. I learned it from a while. The easiest way is to watch some YouTube videos. Also very helpful are the official tutorials and sample apps. You can find them here: developer.android.com/training (Sorry I haven't 10 posts yet so I can't post direct URLs). Then start coding and when you stuck somewhere use google and learn from it
~LoXeras
read book
read books, good books on programming - Android in 24 hours (loren Dersy( i ), Sheyn Kondor), and Android 2 ( Reto Mayer)
Thank you for the help.
Sent from my Nexus 5 using XDA Free mobile app
Thanks for your help. I'm going to start tonight.
Sent from my Nexus 5 using XDA Free mobile app
Java, java, java. Not JavaScript! Java, java, java!!!!
I'm having problems
LoXeras said:
Hi NamesBass
Android development is basically Java. I learned it from a while. The easiest way is to watch some YouTube videos. Also very helpful are the official tutorials and sample apps. You can find them here: developer.android.com/training (Sorry I haven't 10 posts yet so I can't post direct URLs). Then start coding and when you stuck somewhere use google and learn from it
~LoXeras
Click to expand...
Click to collapse
So I have run into trouble doing this lesson and I'm not sure why I didn't do it right. I thought I followed all the steps but my code lines and the ones on the website are different. Could you give your thoughts? Thanks!
gyazo.com(slash) febe01e0840369e9a4d6ebfc5c3abfea (ScreenShot)
NamesBass said:
So I have run into trouble doing this lesson and I'm not sure why I didn't do it right. I thought I followed all the steps but my code lines and the ones on the website are different. Could you give your thoughts? Thanks!
gyazo.com(slash) febe01e0840369e9a4d6ebfc5c3abfea (ScreenShot)
Click to expand...
Click to collapse
Use Android Studio download and work though the tutorials or android app development. loads of videos to follow. (Java)
uuugh
Just Call It said:
Use Android Studio download and work though the tutorials or android app development. loads of videos to follow. (Java)
Click to expand...
Click to collapse
okay so i downloaded that and tried to set it up but an error message came up saying I need to add an environment variable for JAVA_HOME. I did this and it went something like C: Program Files\Java\jre7\bin\Java and when I launched the program, it told me to direct it to JDK not jre7, but I dont have a JDK file. I did a system search and nothing came up.
NamesBass said:
okay so i downloaded that and tried to set it up but an error message came up saying I need to add an environment variable for JAVA_HOME. I did this and it went something like C: Program Files\Java\jre7\bin\Java and when I launched the program, it told me to direct it to JDK not jre7, but I dont have a JDK file. I did a system search and nothing came up.
Click to expand...
Click to collapse
You are pointing to the jre7 folder in Program Files/Java. You should change that to the jdk folder.
e.g. My JAVA_HOME variable is C:\Program Files\Java\jdk1.8.0_05
So I change jre7 to JDK(whatever)?
Sent from my Nexus 5 using XDA Free mobile app
how
hey please help me how to devlop own anrohd apps
Jogny said:
You are pointing to the jre7 folder in Program Files/Java. You should change that to the jdk folder.
e.g. My JAVA_HOME variable is C:\Program Files\Java\jdk1.8.0_05
Click to expand...
Click to collapse
Why are you using JDK 8 for Android? It's not officially supported by Android SDK. Do you see any improvements/problems in compare with JDK 7?