1,334 Topics

Member Avatar for
Member Avatar for 9tontruck

I have a webview on my android application and I loaded a URL on it. In the URL, javascript code should reload the page periodically. But when "window.location.reload();" is called, a browser app comes front and reload the url int he browser. I know how to reload the page using …

Member Avatar for Ewald Horn
0
349
Member Avatar for philpense
Member Avatar for sheelap

i want to learn android op.sys. by myself only.so pls suggest me any online free ebook which is so simple and used for primary users.

Member Avatar for jackstone444
0
152
Member Avatar for 9tontruck

Hi.. I am trying to make a broadcast receiver that receives BOOT_COMPLETED when the decvice is powered up; and eventually I want to launch my application. Here's my code: MainActivity.java BroadcastReceiver mReceiver = null; @Override protected void onCreate(Bundle savedInstanceState) { super.onCreate(savedInstanceState); //receiver IntentFilter filter = new IntentFilter(Intent.ACTION_SCREEN_ON); filter.addAction(Intent.ACTION_SCREEN_OFF); filter.addAction(Intent.ACTION_BOOT_COMPLETED); mReceiver …

Member Avatar for 9tontruck
0
990
Member Avatar for archie.herbias

How to get the position of a device that is connected to the network but there is no internet connection? The connection is wifi. I can't use GPS because it uses internet and i don't want to use the cell network data to get the position. Is there a way …

Member Avatar for rubberman
0
206
Member Avatar for philpense

Have the Proscan PLT8802G-2014-0314 Android 4.2.2 Tablet. Just added a 32GB SD card and want to run most apps from the SD. Manual is poor and I seek an informed opinion. I know there is an internal storage in setting... not enough information

Member Avatar for peter_budo
0
93
Member Avatar for sairam1592

Hello Friends, I am new to DANIWEB. I am from chennai,India. I am trying an android app(UI is over, this technical part alone is kinda complex because i am just starting my android app development) to fetch the place names i provide in textbox and show the distance between them …

Member Avatar for peter_budo
0
467
Member Avatar for 9tontruck

Hi, I am currently writing a class that sends device diagnotic information to a server. My Android device will be installed somewhere else and it should send its status to the server. I did 1. current battery level 2. if the battery is charging Whatelse can I diagnose? Is there …

Member Avatar for 9tontruck
0
184
Member Avatar for rohan19

I want to Learn about this "android and php web services". please give me some good resources for learn about this subject.(Video tutorials links)

Member Avatar for superirale
0
324
Member Avatar for Transcendent

I want to start learning Android programming. I was wondering what is the best book for beginners on android programming?

Member Avatar for harry_6
0
352
Member Avatar for Aya_3
Member Avatar for hwoarang69

using: eclipse I have created a android app and I am trying to add some ads on to it. I am using admob.com but I am not sure what I am doing wrong. First here is error I am getting: #------- #ERROR: #------- 08-27 23:09:03.650: E/AndroidRuntime(26340): FATAL EXCEPTION: main 08-27 …

Member Avatar for peter_budo
0
1K
Member Avatar for castajiz_2

I ve made an windows phone app in c# and now I m making equal android app. I ve come to the problem where I have to compare some times. In c# there is a well known TimeSpan class but I see that java(Android) does not have such class. Could …

Member Avatar for castajiz_2
0
854
Member Avatar for rodneymoya

Is there a way to check if a androind device (tablet or smartphone) is rooted or not Sometimes when doing some android development I need to root a android device but wanted to be able to test if the device is already tooted before i begin rooting

Member Avatar for bophana1
0
108
Member Avatar for Dorajes

hello, ts there a way to transfer my whatsapp chats on Android to my new iPhone 5S? I have the whatsapp messages backed up on my computer. Thanks.

Member Avatar for Cracaca
0
201
Member Avatar for LNU1

There are two classes: - ListViewActivity extends Activity, - MyAdapter extends BaseAdapter. MyAdapter overrides the getView method and creates an item in ListView, which drawn in ListViewActivity. I want to call setOnClickListener in MyAdapter.getView, but the listener must be placed in another class - not in MyAdapter. Standard approach is: …

Member Avatar for LNU1
0
5K
Member Avatar for happygeek

Hardly a week goes by without yet another press release hitting the desk of your technology journalist, or research flag being raised amongst the IT Security profession, that claims Android is insecure. What Android actually is, just like Windows on the desktop in fact, is a big and attractive target; …

Member Avatar for Kelly Burby
1
387
Member Avatar for <M/>

For some odd reason, this whole week, my phone hasn't managed to get even 10% charge on it after charging it overnight. Basically, I plug it in at night, charge it for at least 7 hours, and in the morning it'll have about 10% charge. Why does it do that? …

Member Avatar for Kelly Burby
0
292
Member Avatar for happygeek

As a platform, Android is naturally very attractive to the criminal fraternity in terms of potential profitability. After all, it has the market share and that nearly always means it has large numbers of users for whom the word security may as well be written in the Cyrillic alphabet. My …

Member Avatar for expertmagician
4
403
Member Avatar for SimonIoa

I have finished creating a website and i want to make an application out of it. I have install eclipse, cordova and done a sample application. Works fine. Any good tutorial on how to connect my database to the application? Or php files?

Member Avatar for peter_budo
0
140
Member Avatar for Gianluca_1

Hey guys, so I'm creating this webapp that creates a QrCode based on informations given by the user, decodes QrCodes and creates a log. I would like some tips, like QrCodes, Image processing, Getting SubImages libraries and API's. I'm using HTML5, CSS3 and JavaScript. This webapp will be able to …

Member Avatar for NotoriousZeus
0
282
Member Avatar for istteffy

Hello guys, have you got any samples of mobile security application or database security on SQLight that works? My idea is to learn a secure login where users location is shown, captured and added to the database when the user logs in. I am a student, starting on security and …

Member Avatar for istteffy
0
265
Member Avatar for pwolf

I have just started looking into vim, and It seems very cool indeed ! However, I am not sure whether I should use it for everything or if I should use an ide with a vim plugin. I am interested in learning libgdx/android and google glass stuff. So which would …

Member Avatar for jwenting
0
715
Member Avatar for ben.juarez.773

I'm trying to prefill webforms in iframes using Requests. If that can't be done, does anyone have a script I can use that works with webbrowser? I like that it calls the default web browser in just about any system, which is great for my Android applications. I've tried using …

Member Avatar for ben.juarez.773
0
318
Member Avatar for backalley

Hi i am Beginner in Android and Java..I am currently building Android quiz game. The application should display 6 questions with 4 answers, if the player's answer is correct then player will move to another question and score 5 points, feedback to the player should be provided as well (im …

Member Avatar for backalley
0
264
Member Avatar for backalley

Hi, does anybody know how add click sound for button in Android? here is my code below.. i have checked some tutorials, but im not sure how to implement them on my code package com.example.quizgame; import android.app.Activity; import android.content.Intent; import android.os.Bundle; import android.view.Menu; import android.view.View; import android.view.View.OnClickListener; import android.widget.Button; import …

Member Avatar for backalley
0
291
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 timetraveller1992
0
168
Member Avatar for Jack_9
Member Avatar for new_programmer

Hi, I m new to android mobile appn devlp. Pls suggest me study materials for that. I hav 2 years of xprns in core java appl devlp. I want full detail of 1. how to learn ? that means where to start ? 2. simulators or emulators available 3. Text …

Member Avatar for peter_budo
0
674
Member Avatar for Akash_Soni

Hello, I have to develop android application that is used for screen sharing of android device through wifip2p(NFC) technology so i am thinking of doing it by capturing screenshot from source device and send it to the destination device but in screen sharing **frames per second** plays an important role …

Member Avatar for Akash_Soni
0
103
Member Avatar for xxwikkixx

I am trying to send some strings on my android device using bluetooth to my arduino so I am wondering if my logic is correct for my code. The part I am stuck on how to implement if all arguements are OK then it should send String temp = "t"; …

Member Avatar for Taywin
0
260
Member Avatar for Pedro_4

Hi! after updating to Eclipse 4.4, I haven't been able to add the support library appcompat. I've followed this instructions and I still get the error The import android.support.v7.app cannot be resolved on the following lines: import android.support.v7.app.ActionBar; import android.support.v7.app.ActionBarActivity; I have added the appcompat project, added both jars to …

0
66
Member Avatar for Jack_9

Can you make an android app with the languages PHP JSON and others like that? Like is there a specific frameworkd for it to run on? Any answer is gladly appreciated.

Member Avatar for veedeoo
0
227
Member Avatar for monkeybut

I am creating an AlertDialog that I can enter a new value into a SQLite database. The Insert method works if I call it by itself in the onCreate() method, but when I try to call the method in the setPositiveButton onclick listener it doesn't work, it gives me a …

Member Avatar for monkeybut
0
1K
Member Avatar for idabasha

i am developing an android app for taking orders in restaurants there are 3 main parts that have to be developed 1 android app - there will be the menu with the items loaded from the db 2 java prog - this will be in the computer and there will …

Member Avatar for peter_budo
0
237
Member Avatar for Stefce

Hello i need to save score on application close and when will start up to show the last score is entered... i have not idea how do i start i have searched on google but nothing found which can help me, please show me some ways/codes of doing it. Thanks …

Member Avatar for Stefce
0
213
Member Avatar for Pyler

I recently moved both my eclipse and Android folder into the same location. I didn't know that this would mess up eclipse. My themes are gone and eclipse can no longer locate the Android SDK. I've looked for ways to fix this online but most of the answers involve reinstalling …

Member Avatar for peter_budo
0
323
Member Avatar for vinctham91

I'm creating an Web-Based Inventory System, currently stucked at this module where I need to scan QR code. The process flow that I want to achieve should be like this: 1. Scan QR code containing the inventory ID wirelessly using an Android app 2. Show the information retrieved from the …

Member Avatar for diafol
0
200
Member Avatar for sribharath_1

Hi .. we have a anddroid app which is connected to a server url ..som thing like we have used iframe kind of thing and when ever a user with out internet connection opens it it is showing a a normal 404 page like http://www.soandso.com/app is not available .. i …

Member Avatar for peter_budo
0
157
Member Avatar for Pyler

Eclipse throws an error whenever I start it up (see attachment). Any help is greatly appreciated.

Member Avatar for peter_budo
0
163
Member Avatar for DanyLiz1902

I'm trying to make two android applications connected with TCP protocol. Client has an imageView and when you push the button, it is supposed to send that image to the server and after server reads it, it is suppose to display the image. but I haven't been able to display …

0
130
Member Avatar for imchivaa

Hi there, I searched a lot and all the thread i viewed isn't solving my problem. I don't what's wrong with my code. First of all, i am kinda new to android programming as i just recently move from web programming to android programming. I have a listview and it's …

Member Avatar for imchivaa
1
1K
Member Avatar for emmaharward789
Member Avatar for shophiarajan47
-3
131
Member Avatar for Ramji_1

I have a joomla 3.2 site and also have a android app for my site. Now, i want a suggestion system such that when anyone browse any page of my site from android device, it should display a popup, suggesting that please download our android app. There should have two …

Member Avatar for jKidz
0
305
Member Avatar for happygeek

I don't say it often (thank goodness) but OMG, and not in a good way. This [ASUS Transformer V machine](http://www.pcpro.co.uk/news/389047/asus-reveals-five-in-one-transformer-book-v?) has got to be the maddest idea I've seen for years. > The Transformer Book V is a Windows 8.1 laptop/tablet hybrid, which turns into an Android 4.4 KitKat device …

Member Avatar for happygeek
0
362
Member Avatar for hwoarang69

# What I am using: # I am using java & libgdx to create a game in desktop & android. # Error: # Could not find class 'com.badlogic.gdx.graphics.g2d.freetype.FreeTypeFontGenerator', referenced from method com.aa.GameStates.MainMenu.init so on desktop version, everthing work fine and no errors. Problem is when I run it on android. …

1
185
Member Avatar for LoSuper

I'm making a android app using Java, i want to make a 7 days schedule layout that can be moved horizontally centering the current day to the screen and each column can be scrollable and contains a list with a variable number elements, each element contains images and text; and …

Member Avatar for peter_budo
0
249
Member Avatar for happygeek

Another day, another breach. The latest to disclose that there had been some 'unauthorised access' to systems and internal company data' is music streaming service Spotify. The disclosure itself was something of an odd one, claiming that investigation suggested only a single user's data had been compromised following an issue …

Member Avatar for <M/>
1
309
Member Avatar for rules engine

Hello Experts, Which rules engine can I use for my android application? I do not want to spend months to port a rules engine to android. I am looking for something readymade.

Member Avatar for jennifers12
0
106
Member Avatar for Mohammed hadi7

How to display the contents of a document? I know to display contents of text file, but there are different font sizes and much more in document, how to display that?

0
64

The End.