919 Topics

Member Avatar for
Member Avatar for WebMedia_1

everbody, pls i m working on android application with the side menu navigation drawer with fragment and webview but android back button key is not working. this my code Main Activity public class MainActivity extends Activity {String[] menutitles; TypedArray menuIcons; String[] pageUrl; // nav drawer title private CharSequence mDrawerTitle; private …

Member Avatar for Karan_8
0
286
Member Avatar for Andyjava

Hello, i am planning on designing an airline mobile application with android, as my testing devce. i'm doing this for the first time, can someone please guide me on how to do this? All help wiil be appreciated

Member Avatar for serenagrace
0
191
Member Avatar for Hendo

I have an app that uses GPS proximity alerts. I want to populate two textviews from my string.xml when the proximity alert fires off. Does anyone know how to do this?? Thanks, hendo

Member Avatar for peter_budo
0
160
Member Avatar for Fihlatv

Hi I am trying to use a quickaction bar to parse contact address as a string from an android fragment to the other fragment. Any help?

Member Avatar for peter_budo
0
156
Member Avatar for fredjoe565

I want to make an android app that performs like a C++ commandline calculator. I want the user to have to input 2 different values then choose the operation as add, subtract, multiply or divide, then perform the operation and give the result, also to be able to store the …

Member Avatar for smackthat9876
0
137
Member Avatar for malik.epperson

I am creating a couponing app where coupons are stored in a database and compared to local ads to let users know when to use the coupons. I have created a database that holds all of the coupons and also one for the user's personal library. I am having difficulty …

0
168
Member Avatar for sireiz

Hi all, Is it possible to use cloud storage services such as google drive or dropbox to be used as an online storage for my app? I am developing an app which will be using an online server or storage to retrieve media files like videos and pictures. I dont …

Member Avatar for peter_budo
0
298
Member Avatar for rahulrevolution

Guys,i face problem while starting Android studio after installation. Error Msg is "The environment variable JAVA_HOME(with the value of c:\Program Files(x86)\java;) doesnot point to a valid JVM installation" Whereas i set path of java in system variables for JAVA_HOME C:\Program Files (x86)\Java; path C:\Program Files (x86)\Java\jdk1.8.0_40\bin ; give me solution

Member Avatar for peter_budo
0
229
Member Avatar for durgeshmandal

When i go to integrate PayPal module in titanium alloy and classical as well it gives me login failed error. I need that real transaction PayPal not sand box. If some has any solution please let me update i am using : PayPal module version 2.2.3 Titanium SDk version 3.5.1

0
106
Member Avatar for Hendo

Hi all, I'm writing a scavenger hunt app and want to use the Proximity Alert functions. I'm having a hard time to finding any decent tutorials to help me with this. Does anyone have a code snippet on it's use that I can go off of? Much appreciated, Hendo

Member Avatar for Hendo
0
800
Member Avatar for Alok_5

I want to remove the specific nodes from xml file under song tag whose id =2 from the following file in Android (Java): <music> <song> <id>1</id> <albums_id>1</albums_id> <title>Someone Like You</title> <artist>Adele</artist> <duration>4:47</duration> </song> <song> <id>2</id> <albums_id>1</albums_id> <title>Space Bound</title> <artist>Eminem</artist> <duration>4:38</duration> </song> <song> <id>3</id> <albums_id>1</albums_id> <title>Stranger In Moscow</title> <artist>Michael Jackson</artist> <duration>5:44</duration> …

Member Avatar for Karan_8
0
286
Member Avatar for Gulu Guliyev

Good Afternoon Everyone. I have written this code in Android studio and the purpose of it is just to move the button to the bottom-right corner of screen with small delay. However, for some reasons, The button does not move. Any help is highly appreciated. package com.xdroidcompany.transition; import android.support.v7.app.AppCompatActivity; import …

0
116
Member Avatar for Nuno_2

I'm using document.referrer in a hybrid app in which I conditionally show some buttons, based on the previous page. While the use of document.referrer in my ios and browser versions of the app is running perfectly, in Android, it always returns an empty string on document.referrer. Has everyone ever had …

Member Avatar for tobyITguy
0
66
Member Avatar for tobyITguy

Does anyone currently use Xamarin framework for development? Its supposed to enable you develop cross platform with c# but some C# code i use in a console app that works properly doesnt work in Xamarin. Wandering if anyone has got that sorta issue.

Member Avatar for tobyITguy
0
337
Member Avatar for malladiram
Member Avatar for peter_budo
0
78
Member Avatar for Abu_4

I need some Unique Idea About my final Year Project . It could be a Website or an Android application. I want to create Something very unique which in some sense benefits a society. or on the other hand i can create a unique and addictive game. i am going …

Member Avatar for ddanbe
0
98
Member Avatar for thirumoorthym
Member Avatar for jwenting
-1
266
Member Avatar for theredhosting

Hello Friends, Please tell me, Which Operating System Is Better..? Android Or Windows Or Symbian...?

Member Avatar for vegaseat
0
217
Member Avatar for cleve23

Hi all, I followed a tutorial on using the action bar and i face problem trying to split it. All my items just get fitted in to the overflow menu. Please help me with it. Below is my code: AndroidManifest.xml <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.example.androidapptutorial" android:versionCode="1" android:versionName="1.0" > <uses-sdk …

0
125
Member Avatar for coolsasuke

Hello everyone, i am new in android programming - or perhaps, in android studio. I've once used ADB to input tap / open app's xml files with root access but it is a hassle as i have to keep on connecting my mobile phone to my pc. So now i've …

Member Avatar for s3xandch0c0late
0
218
Member Avatar for m.rahman1

Dear, I have a android mobile, i am use in wifi network but some time mobile are not connect in wifi network, so what can i do?

Member Avatar for rubberman
-1
171
Member Avatar for hefaz
0
102
Member Avatar for OsaMasw

Hello guys , am new to Android Development, I've created many test apps for learning, using webview and lists and creating multiple activities, I have an application that get URL with JSON data contain url with streaming video and when click on button open VLC with URL provided. JSon FILE …

Member Avatar for peter_budo
0
4K
Member Avatar for OsaMasw

hello guys, am very new to android development, ans am trying to do my best to learn it,I have json output created from one of my PHP projects here is my output [ { "id": "1", "name": "BEiN HD 1", "link": "http:\/\/www.mysite.com\/tv4.ogg", "image": "http:\/\/www.mysite.com\/images\/jsc8.png" }, { "id": "2", "name": "BEiN …

Member Avatar for peter_budo
0
407
Member Avatar for hefaz

Help me, What is @override in Jave? i can't understand a bit of the code in jave, when i am reading an android game source code. Thanks

Member Avatar for hefaz
0
129
Member Avatar for lena1990

i use the below code to create file in android but the files are not created when i use android version 4.x but when i use version like 2.x the code working fine and the files are created File path = new File( Environment.getExternalStorageDirectory()+"/FullDuplexCall/"); path.mkdirs(); try { sendfile = File.createTempFile("sendfile", …

Member Avatar for peter_budo
0
369
Member Avatar for hwoarang69

I am trying to build a workout timer app for android sdk. I want to learn how to build a circle and how to slowly reduce it. Take a look a image below for example. I want to get the same effect but was ever able to get it. Any …

Member Avatar for Slavi
0
269
Member Avatar for Harini89

Hai i Have developed android mobile apps using eclipse juno and i have connect it with mysql 5.1.73 but i am unable to do it.please help me to sort it out .i am ruunin with following errors. Errors at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source) at java.lang.reflect.Constructor.newInstance(Unknown Source) …

0
217
Member Avatar for Muhammadian

I am studying architecure oF android framework from 3 months because i want job quickly after completion but due to my fellows final year project purposal submitting on .net framework application which i should choose between .net and android development while i am new for .net?

Member Avatar for rubberman
0
105
Member Avatar for adnan_6

Please let me clarify that as for the ios(iphone) there is need of .app file as opposed to android where there is need of .apk file. Please tell that is there a way to use xamarin studio for ios(iphone) for .app file that can be used in the ios(iphone) without …

Member Avatar for Kelly Burby
0
181

The End.