1,254 Topics

Member Avatar for
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
231
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
802
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
287
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
118
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
67
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
343
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
267
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
127
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
220
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
416
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
131
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
371
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
270
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
220
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
106
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
188
Member Avatar for luigi_1

i was developing an app for android where by clicking on buttons i could control the digital state of an Arduino board. Arduino responses with a xml file created in runtime and, by fetching its contents, i'd like to display the actually state of the pins. Now, i could realize …

0
113
Member Avatar for lena1990

Hi all , I create a small VoIP application to transmit voice and I want to calculate delay so I need both devices to have the same time if you have an idea to calculate the delay or to synchronize the two devices I will be gretaful for any help

Member Avatar for lena1990
0
228
Member Avatar for Violet_82

Hi peeps, I have just purchased a used iphone 5 from ebay which is apparently locked to a provider, does anybody know where I can find more information about unlocking it? I usually unlock android phones, so I wouldn't expect it to be too difficult, I'm just not sure where …

Member Avatar for Violet_82
0
165
Member Avatar for centenond

so i want to make a MMO android game, but ive research and cant find what i need. id be thankful if u guys can point me to some tutorial or something. I think i need AppWarp?

Member Avatar for peter_budo
0
207
Member Avatar for sudhakar4712
Member Avatar for dloj333

I am wondering what is the real develpement path for Android. Google creates it the new OS such as Lollipop and the individual phone manufactureres pass it out to cell phones through the individual carriers? Do the manufacturers touch the code? Does ATT and Verizon touch the code? I would …

Member Avatar for AleMonteiro
0
93
Member Avatar for mark_jason

I have a problem with Eclipse when i try to start emulator it says: Starting emulator for AVD 'Nexus_5_API_21_x86' emulator: ERROR: x86 emulation currently requires hardware acceleration! Please ensure Intel HAXM is properly installed and usable. CPU acceleration status: HAX kernel module is not installed! I tried to instal HAXM …

Member Avatar for peter_budo
0
295

The End.