windows mobile development - Windows Phone 7

hello...
I am new to windows mobile development
i have made app in which through emulator record is inserted by user and saved to server side database.just like in ASP.NET forms we do.
but my record is not saved in db...
i m using sdk 6...please any1 help me....

Related

[Q] Domain server login

Using Android 4 is there a native way to log onto a windows domain server. If not can it be done using the Android API?
I have a Transformer Prime running Andriod 4 (ICS). I also have the B4A basic android compiler if I need to write my own code. I really new to Android programming but have been writing Windows based software for many years.
I just thought I'd ask here before I try to reinvent the wheel.
Thanks
Doug
It can be done on b4a I think but you would be best asking at their forums on how to if you program it yourself.
But if you just mean you want to logon to a windows pc and access its files you could do that with es file explorer on android market as it will show you everything on the pc.
As for b4a I'm pretty sure there was an app with source code that connected to windows in the share your creations sub forum on their site. Also there are libraries in the additional libraries forum at same site which should handle such connections.
Dave
Sent from my LG P920 using Tapatalk
Please use the Q&A Forum for questions Thanks
Moving to Q&A

[Q] Need help in creating an Android App

My aim:
There is a webpage to view my company's bus schedule and I wanna make an android app for that portal.
About the portal:
authentication: used 'live http headers' firefox addon and saw this 'WWW-Authenticate: Basic realm=*******' . Googling came to know it is just basic HTTP access authentication
webpage technology: i guess asp.net ( homepage URL is /Default.aspx)
for searching for bus routes i guess just a webform is used.
NOTE: i have zero experience and zero knowledge in asp.net...by zero i mean literally zero...dont even know what it is.
Now about my android experience:
Have been using android mobiles for around 3 yrs.Tried the'hello world' program.There ends my knowledge with android.
Softwares Installed:
Eclipse IDE- Configured for android development
Android SDK installed and configured
Have used Virtual Device(AVD Manager) for that hello world program
Visual Studio 2008 Professional Edition ( i guess not needed for this project.Mentioning it just in case if it is needed)
So i am expecting some tutorials or materials which can help me in kick starting this project.
keertikumar_ws said:
My aim:
There is a webpage to view my company's bus schedule and I wanna make an android app for that portal.
About the portal:
authentication: used 'live http headers' firefox addon and saw this 'WWW-Authenticate: Basic realm=*******' . Googling came to know it is just basic HTTP access authentication
webpage technology: i guess asp.net ( homepage URL is /Default.aspx)
for searching for bus routes i guess just a webform is used.
NOTE: i have zero experience and zero knowledge in asp.net...by zero i mean literally zero...dont even know what it is.
Now about my android experience:
Have been using android mobiles for around 3 yrs.Tried the'hello world' program.There ends my knowledge with android.
Softwares Installed:
Eclipse IDE- Configured for android development
Android SDK installed and configured
Have used Virtual Device(AVD Manager) for that hello world program
Visual Studio 2008 Professional Edition ( i guess not needed for this project.Mentioning it just in case if it is needed)
So i am expecting some tutorials or materials which can help me in kick starting this project.
Click to expand...
Click to collapse
With this website (http://www.appsgeyser.com/) you can actually make an android app of any website, with 0% coding experience needed.
keertikumar_ws said:
My aim:
There is a webpage to view my company's bus schedule and I wanna make an android app for that portal.
)
Click to expand...
Click to collapse
create an app in Java to send you to your webpage.
Creating the life cycle of your app here:
http://developer.android.com/training/basics/activity-lifecycle/starting.html
Creating buttons here
http://developer.android.com/guide/topics/ui/controls/button.html
Dont forget to read.
Add this to a button in your code or in onCreate():
------------------------------------------------------------
Uri uri = Uri.parse("our url here");
Intent intent = new Intent(Intent.ACTION_VIEW, uri);
startActivity(intent);
-------------------------------------------------------------
@coolsandie : Thanks..I wil look into that link
@Jrcon : Thanks for those links... wil help me really in coding a android app.but i guess i was not clear enough..I dont want a redirecting app... I need to create a complete new GUI app that can replace that web portal. take for example XDA Android app itself..its a completely standalone App for this website..I wanna code such an app

[Q] communication between android app and java application

Hi all,
Im new in this forum and just wanna ask for some help on where can i find a simple tutorial or a sample project of an android application that can communicate with a java application on a PC.
im thinking via wifi.. also i got some knowledge in java programming and right now im starting to learn more about android development.
some simple tutorial/samples like an android app where you have to type a message and it will show on the java application when the send button is clicked.
Hi Wakkana,
If you want to communicate with your own computer on your local network, it's the most easy.
On your Android client, you have just to open a HttpURLConnection (see URL, URL.openConnection(), URL.setRequestMethod()) and check if the result is == 200 (if it's okay) or not. On your computer, you'll need to manage a connections server. There are good libs to do that, Netty for example, with really easy examples.
If you want to communicate with your own computer from an external network, you have to redirect from your box a port to your computer/server port, and use the box IP in the Android client.
BUT, I'm not sure xda is the best forum to speak about network programming (without a custom ROM for example)...
Try to get good java basis before start to learn Android

[Q] Android App Development.

Hi,
I have an idea for an app, but I am a true dummy when it comes to codes.
Is there a software and tutorials for dummies like me to start an app development?
For the different versions of Android OS as well?
Thank you in advanced for your time
You need to learn java language to code for all versions of android. Look up the tutorial series of thenewboston on youtube, there are like 100 videos starting from installation to publishing an app. But do not use eclipse software as told by the video makers because the videos are old. Use Android studio, the coding is basically same i.e in java but this is the recommended software.
Ok, so first steps
Learn Java
Watch a lot of tutorials
Get the Android development software
Sent from my SM-N900 using XDA Free mobile app

A real mobile in Genymobile

Hello Everyone,
I'm currently using Genymotion to use virtual mobile devices. Whenever I install certain apps it says that my device isn't a tablet/phone. How do I make my VD appear to be a actual phone for apps? Help is much appreciated!
need more info
Hi!
I'm working with the Genymotion team.
I am curious how we could be better at this, which app are you referring to, and which Genymotion device did you use?

Categories

Resources