919 Topics

Member Avatar for
Member Avatar for nevil120

I have Android app and 1 php application. I want to invoke android function when the button is clicked on my php application (on latop-pc browser). So basically Php to android communication. How to achieve that?

Member Avatar for orochiwolf
0
143
Member Avatar for cguan_77

hello guys, is there a site to publish an android app for free? To publish android app to Google play, what's the steps and how much is the cost? Would appreciate input to anyone who had tried it. Thank you. :)

Member Avatar for Ewald Horn
0
196
Member Avatar for azapovjednik

Hello all, I need to do some simple project for school in java eclipse... so I went to android developer page and downloaded the adt-bundle for windows... I have 64 bit windows so I downloaded 64 version... I start it and it gives me the error `Android sdk content loader …

Member Avatar for azapovjednik
0
438
Member Avatar for LyingInAHammock

Out of my depth a little :-) How do I create a pair of longitude and latitudes to create a polygon showing a 2 mile radius of a particular longitude and latitude? in Java Android. I know how to find your current longitude and latitude but I just can't figure …

Member Avatar for jwenting
0
554
Member Avatar for twisty_toes

Hey guys, I have a project to do and I have let my schedule slide. Anyway, I have to get down and do it now. My task is to create an Android App where you can access a FreePBX server (www.freepbx.org), which is basically an all-in-one linux distribution of a …

Member Avatar for Ewald Horn
0
122
Member Avatar for ezekel

Hi i need your help please I am still learning android...i don't know this error "at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:1133)"... can you help me how to solve this. Thank you.

Member Avatar for peter_budo
0
898
Member Avatar for LyingInAHammock

How do I replace my android app Google maps radius circle with a blue translucent one as in image also blue marker with blue circle? I can make the circle have a particular outline and fill but it doesn't look anywhere near as nice as the one depicted in the …

Member Avatar for LyingInAHammock
0
814
Member Avatar for fuchsia555

Hello everyone, I'm about to develope a simple app for mobile and i want your help about how to make a code for sending the order of the selected items by SMS or E-mail to a sepcific cell number or E-mail after selecting the desired items clicking on the button …

Member Avatar for peter_budo
0
134
Member Avatar for BeganMemory

At this point I know how to utilize Google Maps within Android but it always seems to take up the full window, there is an image below which shows what I'm attempting to accomplish (having a box below the Google maps where I can store text i.e. "Hello World" **How …

Member Avatar for peter_budo
0
454
Member Avatar for OldDeveloper01

Hello, im trying to make a mulitple choice quiz in for android. Im a newbie at this and i am having some difficulites with the logic. As you can see what i have done below is create two arrays, questions and answers. The first option within each of arrays of …

Member Avatar for muralidhara_1
0
3K
Member Avatar for azgold472

Quick question. It is my understanding that live wallpapers can be created for android is using java. Please correct me if I'm wrong. Can it be used to say have a live wallpaper with floating hearts and on valentines day display happy valentines day? Then on a birthday change to …

Member Avatar for Ewald Horn
0
145
Member Avatar for cool_zephyr

could anyone please tell me what's the difference between getApplicationContext() and MyActivity.this.."MyActivity" being a class that extends Activity class..somethimes getApplicationContext() doesn't work and I need to use MyActivity.this when the constructur asks for a context... for example, if i use `ProgressDialog p=new ProgressDialog(getApplicationContext());` it gives an error however, if i …

Member Avatar for cool_zephyr
0
371
Member Avatar for youvi

Hello, Am doin a web application.How can i implement sms service in my website?? Please show me some references..and guidence please.. Thanks

Member Avatar for gabrielcastillo
0
287
Member Avatar for jesicabon
Member Avatar for Anima Templi
0
86
Member Avatar for dandrews517

Hi all, I found a great VoIP application for WP7 that prevents the service providers to block SIP: http://www.codeproject.com/Articles/722556/How-to-build-a-VoIP-application-for-Windows-Phone. The core of the solution is the following: as it is known, SIP protocol is used in VoIP technology, but its port (5060) is blocked by many mobile service providers. That's …

0
144
Member Avatar for cool_zephyr

i'm having a hard time handling multiple screen sizes (meaning supporting different devices with different screen sizes)..could anyone guide me into the right path??

Member Avatar for cool_zephyr
0
123
Member Avatar for sireiz

We want to make a software with our neighborhood map and roads with directions. What would be the best way to do it? Its a university project. Platform would be Android and windows.

Member Avatar for rubberman
0
180
Member Avatar for Santosh_5

I am trying to add new spinner below old one dynamically with click of a button. Also, I am adding button on the side of spinner dynamically. My problem is the spinners and buttons are added on top of each other. How can I add new spinner at the bottom …

Member Avatar for peter_budo
0
1K
Member Avatar for Rasool Ahmed

My problem is when I open new activity when pressing button an error accoutred "Unfortunately, ISPcheck has stopped". Here is my MainActivity.java button click event code: public void btnLogin_OnClick(View view) { startActivity(new Intent(MainActivity.this, PersonInfo.class)); } Here is button xml code in activity_main.xml: <Button android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="تسجيل الدخول" android:id="@+id/btnLogin" android:layout_marginTop="72dp" android:textColor="#ffffff" …

Member Avatar for jonese068
0
3K
Member Avatar for mln_ndh

I want to ask something about the gifwebview. How can i resize the gif images while im using the gifwebview. Should I use relative layout params? Because the gif images appeared is very big. I want to adjust the size to fix my application. Please help me. public void onCreate(Bundle …

Member Avatar for peter_budo
0
160
Member Avatar for ZixCo

I'm making a messenger app and I need to know how to set up connections so that somebody could send messages to other via WI-FI.I googled a little and I find something at this page [Click Here](https://code.google.com/p/simple-android-instant-messaging-application/source/browse/trunk/src/com/mekya/communication/SocketOperator.java)but I don't understand it.Here is my main class/StartingPoint (all my code is just …

Member Avatar for cool_zephyr
0
396
Member Avatar for DamianFox

I'm doing an application in which I have to show a sequence of pictures: The sequence is the follow: A red X has to be shown for more or less 400 milliseconds; An image called "Screenshot" has to be shown for more or less 500 milliseconds; An image called "Noise" …

Member Avatar for DamianFox
0
1K
Member Avatar for ngonix

Hello, I am developing an android application that sends an sms message to a certain number depending on what is dispayed in the webview. The text in the site that is loaded when the app starts is as follows: YES 0772334556 VOTE ME Here is part of BrowserActivity.java (excluding sms …

Member Avatar for peter_budo
0
13K
Member Avatar for sash_kp

I am retrieving data from sqlite and showing it in a listview using simpleadapter.I don't have any issues regarding Layouts.Still just for your reference : list_item.xml <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="wrap_content" android:orientation="vertical" android:padding="10dp" android:paddingLeft="10dp" android:paddingRight="10dp" > <!-- Name Label --> <TextView android:id="@+id/subject" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingBottom="2dip" android:paddingTop="6dip" android:textColor="#421fc4" android:textSize="16sp" android:textStyle="bold" /> <TextView …

Member Avatar for peter_budo
0
2K
Member Avatar for tadejbo

Hy there! I am a student in my final years of collage, where i studied computer science. I consider myself a good programmer, and i enjoy coding in C++. But for my thesis I decided to write an application for a tablet like Nexus 7 and others that have Android …

Member Avatar for Rick_Daniels
0
250
Member Avatar for thing2

I am wondering how best to go about making this type of app. My wife told me to make it and I don't want to let her down. The use case is as follows. Click Add Item Button Edit Text Type name of item Second Edit Text- Type Price As …

Member Avatar for peter_budo
0
118
Member Avatar for xxwikkixx

Hey I am working on an android app for a project and I have a problem with the GUI interface. When ever I try to move like a button or something on it, it moves like 2 other things with it and I dont want everything moving and messing up …

Member Avatar for Ewald Horn
0
175
Member Avatar for bhanu1607

I am new to android and ksoap2. I am trying to get a map through web service. My soap response is like below. <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <ns2:getAllMessagesResponse xmlns:ns2="http://messages.webservice.smshost.com/"> <return> <messageEntries> <mobile>9676783637</mobile> <message> <messageDate>2013-12-21T22:11:14.461+05:30</messageDate> <SMSId>1</SMSId> <sent>true</sent> <text>Hello</text> <userId>bhanu1607</userId> <userMobile>96767xxxxx</userMobile> </message> <message> <messageDate>2013-12-21T22:11:14.461+05:30</messageDate> <SMSId>1</SMSId> <sent>true</sent> <text>Fine</text> <userId>bhanu1607</userId> <userMobile>96767xxxxx</userMobile> </message> </messageEntries> <messageEntries> <mobile>9676783636</mobile> …

Member Avatar for bhanu1607
0
1K
Member Avatar for myclass

An android app is developed in android 4.0.3 ,api level-15,what we do in coding ,that this app is also running on higher version like 4.3 (jelly been)

Member Avatar for rubberman
0
155
Member Avatar for umair jameel

I have download android sdk toolkit and when i open eclipse in it.. i am facing this problem.. How to resolve it..??

Member Avatar for peter_budo
0
125

The End.