1,245 Topics

Member Avatar for
Member Avatar for Stefce

I have a problem with installing Android Studio i followed thenewboston youtube channel for installing it and when i try to run it shows me some errors: `C:\Users\MONSTER\AppData\Local\Android\sdk\tools\emulator.exe -avd Nexus -netspeed full -netdelay none emulator: ERROR: This AVD's configuration is missing a kernel file!! emulator: ERROR: ANDROID_SDK_ROOT is undefined` i …

Member Avatar for samantha2015
0
288
Member Avatar for Stefce

Hello everyone i have a problem with my application `onMarkerClick` it works well till i click the marker second time the application crashes here is the code: mMap.setOnMarkerClickListener(new GoogleMap.OnMarkerClickListener() { @Override public boolean onMarkerClick(Marker marker) { builder.setTitle("Set radius in meters:"); builder.setMessage("Info: The radius is set by default on 500 meters"); …

Member Avatar for Stefce
0
387
Member Avatar for davy_yg

Hello, Can anyone help me cek this code? I find it strange that when I open my website on an android web browser. The website appears differently. It does not fit the whole horizontal screen as I expect it. http://responsivetest.net/#u=www.innovation.web.id/One|908|948|2 about.php <!DOCTYPE html> <html> <head> <title>About</title> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> …

Member Avatar for davy_yg
0
200
Member Avatar for mouaadable

hello all, i'm sharing my internet connection througth my wifi adapter using ralink software http://img11.hostingpics.net/pics/9404975611.jpg my android phone(htc) is stuck at obtaining ip adress, i tried manual input i adress but not working . ip : 192.168.1.x gateway : 192.168.1.1 dns 1 : 8.8.4.4 dns 2 : 4.4.4.4 ------- as …

Member Avatar for mouaadable
0
396
Member Avatar for davy_yg

Hello, Please cek this website: http://www.innovation.web.id/One/about.php Cek the grey bar (<img id="bg2-6" src="circle/Borderwhite.jpg" alt="cloud"/>) I wonder why the grey bar and its images do not adjust well in android? What should I change to make it looks good in android? about.php <div id="row"> <div class="col-sm-12 col-xs-12"> <div style="margin-top: 600px; position: …

Member Avatar for davy_yg
0
247
Member Avatar for Stefce

Hello guys i have problem with my app, its all done but just need one more thing.. to run in background so it can start the alarm and send notification to the user... i saw much tutorials on internet but damn it i can't understand it is there some good …

Member Avatar for Stefce
0
184
Member Avatar for asaidi

Hi i have an app stored in amazon ..and i want to give a link to users to download the app to their mobiles it is and android app.. how i can do this please ?

Member Avatar for ayeshaali
0
135
Member Avatar for valestrom

May sound all too easy for some, but I'm just getting started on android development and I can't find out why I got an error when everything is exactly as it is in the tutorial. Weird but I'm confused so I thought I'd post to see if someone can help …

Member Avatar for Junaid123
0
1K
Member Avatar for a_4

there maybe more then 1 link in this html i want them extracted just as i have extracted othe info , am just stuck at extracting the ( ahref ) link from listing-link tag protected Void doInBackground(Void... params) { // Create an array arraylist = new ArrayList<HashMap<String, String>>(); try { …

0
149
Member Avatar for newcoder310

I have an idea for an android app/add-on. I'm basically a Java programmer and I can develop this using HTML/CSS/JQUERY etc. However, I have no idea on how to develop this for Andriod. Where would be a good place to getting start on app development.

Member Avatar for newcoder310
0
128
Member Avatar for Stefce

I want to create circle around marker but im having some troubles i have this code Circle circle = mMap.addCircle(new CircleOptions() .center(new LatLng(-33.87365, 151.20689)) .radius(10000) .strokeColor(Color.RED) .fillColor(Color.BLUE)); this code is drawing circle around Sydney but i want to create where i place the marker here is the code together with …

0
193
Member Avatar for Karan_8

I am beginner in android programming, I am making a music app the problem I am facing with my app is when my app is minimized and I try to resume the app from the launch icon, splash screen appears for the specified time but after that the android home …

0
128
Member Avatar for Montazer_1

Dear Core Developer, I want to learn android application development. I am newbie in android app dev. Can anyone please help me out that how to develop android mutiple choice questions (professional) application for mobile and/or TAB. here is the link: http://guides.instructure.com/m/4152/l/41477-how-do-i-create-a-multiple-choice-question i need to develope similar type of android …

Member Avatar for peter_budo
0
340
Member Avatar for serenagrace

is there a way to develop an android app from a linux pc. because i couldnt pay the license fees of microsoft i decided to use linux. i am not a power user but i know html & css. so i have a couple of app ideas i would like …

Member Avatar for peter_budo
0
504
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
322
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
192
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
161
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
230
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
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
117
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
338
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

The End.