[Q] communication between android app and java application - Java for Android App Development

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 in the PC when the send button is clicked.

wakkana12 said:
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 in the PC when the send button is clicked.
Click to expand...
Click to collapse
You probably want to check out Google App Engine and their Cloud Messaging and datastore features.
It would be better than WiFi or Bluetooth as you could be the other side of the world.....

Related

How to get Java to work with internet site

Everyone, I am sorry for the fallowing post as I am sure that it is a silly question but I just can't figure this one out. Yes, I have searched everything that I could think of.
I am trying to access a security alarm system that has a web interface. On my pc I put in the web address, username and password. Then a Java interface is launched, inter the security code and tada I'm in. Now here is my question, with my new tilt2 I can get all the way to the part where the Java interface is launched and then nothing.
Is there any way to get java interface to launch on my tilt2?
Thank you
Try this thread http://forum.xda-developers.com/showthread.php?t=544770
It may work for you, also Search for Adobe_FlashLite_3.1_WWE.cab
I hope this helps, its a start for you anyway.
osrix25 said:
Try this thread http://forum.xda-developers.com/showthread.php?t=544770
It may work for you, also Search for Adobe_FlashLite_3.1_WWE.cab
I hope this helps, its a start for you anyway.
Click to expand...
Click to collapse
He asked for Java not Flash.
And to answer your question, no, you can't.
Just because java application on mobile phone use j2me which is java adapted for mobile and there is no chance that a mobile java virtual machine can ever run a desktop java applet.
Regards
Thomas
tlefeuvre said:
He asked for Java not Flash.
And to answer your question, no, you can't.
Just because java application on mobile phone use j2me which is java adapted for mobile and there is no chance that a mobile java virtual machine can ever run a desktop java applet.
Regards
Thomas
Click to expand...
Click to collapse
Alright mate. I don't know what program he's trying to run or wether the applet is actually java or flash based. clearly you have all the answers.
osrix25 & tlefeuvre, thank you for your help. I was afraid that this would be the case. There is a service that will allow this communication with WM but it is an extra step in the process. I post all of m information on a third party website that converts the control to html the I can edit (for a fee). I am more worried about reducing the level of security with this program.
.357

[Help] App development

I'm making a Java project for school to the final tests, and I need good Guides and Documentation.
The purpose is to make a Remote Control App.
Here is the problem, I don't really know how can I communicate from the PC to the App, And I just started to learn how to make Android apps .
I know how to control the PC if I get the correct variables (I attempt to use the ROBOT in java).
The things I need to learn is:
How I create a network (LAN based) between the PC and the App.
How to make an App that can bee used for those purpose.
Thanks to any one who help :laugh: .
*Sorry if there is any grammar/spelling, English is not my native language*

[Q] New to Android app development

Good day everyone,
Please I am very very new to Android App development, I'm a complete nob but I really have a desire to build apps for the android platform. I recently downloaded an android tutorial pdf which I use to practice, I have installed on my PC ADT and Android Studio, but everything seems to complicated to me, the java language and everything looking soo hard. I managed to sail through and mastered the codes for Activities, Services but I got stuck when I got to the Content Providers chapter of the tut. The thing is I dnt knw how to write java.
Please what I need to know now is; what is the most basic of Android app development? Where do I have to start from first? and the steps to follow.
Thanks alot in advance
Yoozeey said:
Good day everyone,
Please I am very very new to Android App development, I'm a complete nob but I really have a desire to build apps for the android platform. I recently downloaded an android tutorial pdf which I use to practice, I have installed on my PC ADT and Android Studio, but everything seems to complicated to me, the java language and everything looking soo hard. I managed to sail through and mastered the codes for Activities, Services but I got stuck when I got to the Content Providers chapter of the tut. The thing is I dnt knw how to write java.
Please what I need to know now is; what is the most basic of Android app development? Where do I have to start from first? and the steps to follow.
Thanks alot in advance
Click to expand...
Click to collapse
If you're completely new to Java (and programming in general), you should learn it first. You don't need to know everything, but you should at least learn the basic syntax, variable types, and object oriented programming. I know MIT Opencourseware has free course materials on learning Java, it might be a good place to start.
Need Support
Hello Guyz,
I am a newbie. I just published my first android app in Google Play Store. I need your support to grow...please help me grow. Rate if you like this game:
play.google.com/store/apps/details?id=com.hachi72.flynofly
Thanks
Adding to flywheels, next you might want to check Android specific materials from official web-site. You need to learn base/fundamental, I believe this is why you stuck with Content Providers.

[Q] App development help

Hi everybody,
So, I'm volunteering at a non profit and recently I was approached with a proposal about an app for the organization which would consist of a small questionnaire to tell people if we can help them. Something like:
o Are you between the ages of
o Do you live in
o Are you unemployed
o etc. etc.
And the radio buttons would work as check marks that depending whether these are checked or not, an if then would kick in and direct the user to another page, either proceeding instructions or a sorry, you do not meet the criteria.
I'm familiar with some coding, a little fortran, java script and php but I just have no clue how to create an app. I downloaded the developing tools from google but I'm just blank. Can someone point me on the right direction or maybe there are templates of this kind that need just a little tweaking. Any help would be greatly appreciated.
I'd suggest you creating just a web page
I have made a demo trogper.cf/surv_demo
No, that's the easy part, I'm still fresh on client side programming. What I want is an app for android.
Hello
Eclipse or Android Studio are necessary tools to develop native java apps for Android but you should have basic java (and at least OO language) notions to code it.
Get Eclipse or Android Studio.
Then...
There are loads of tutorials on the net for basic android/java programming.
For example...
mkyong.com/android/android-checkbox-example/
tutorialspoint.com/android/android_checkbox_control.htm
would get you started with your app.
you'll need to put www before the links, i'm new so not allowed to post links yet
If you want to simplify your life a little try NativeScript or Corona SDK.

Please help,where should I start to learn programing for android?

Hello XDA forum members.I want to be able to make my own Android applications that could work via internet.I would like to create small and simple social network with some simple functions.I'm starting with learning of programing in C++ because I always wanted to know to program in that language.But first I would like to create an application that would be used in Android.So I'm willing to learn an additional language just so I could make this idea that I have and I'm sure that I will use this knowledge in future.
So my question is in what program do you code applications for Android smartphones,what is the best way to learn it and when I learn it I want to be able to make application like Badoo(social,meeting application) Badoo is the best example of what I'm trying to do because it is downloadable application that connects to their website.Because this idea that I have will have similar interface and similar features.Please help me with your advice so I don't loose time on mistakes and trying on different languages.Thank you in advance.
Try Aide
From google play it teaches you how you can create applications.
Press thanks
Regards
banerjeeayan1996
Hello
the native language to learn for Android app is java but you should have OO notions before, like with C# (very similar) or C++.

Categories

Resources