-
Replied To a Post in How do I replace my android app Google maps radius circle with a blue tran
Well you are applying just a colour as red and purple. From image it does appear that stroke is something around 7F77DE where fill has some opacity applied to it … -
Began Watching How do I replace my android app Google maps radius circle with a blue tran
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 … -
Replied To a Post in How do I replace my android app Google maps radius circle with a blue tran
Why did yu created second account to ask about Google maps? Why aren't you continueing with your other post http://www.daniweb.com/software-development/mobile-development/threads/473568/how-do-i-create-a-box-to-hold-text-below-google-maps-within-android -
Edited How do I replace my android app Google maps radius circle with a blue tran
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 … -
Began Watching at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:
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. -
Replied To a Post in at android.os.StrictMode$AndroidBlockGuardPolicy.onNetwork(StrictMode.java:
You are performing network activity on UI thread!!! Ggrrrrrrrrrr!!!! This is big NO! Read this http://developer.android.com/training/basics/network-ops/connecting.html -
Began Watching Sending the order of the selected items !!
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 … -
Replied To a Post in Sending the order of the selected items !!
If you want to send SMS follow advice [here](http://android-developers.blogspot.co.uk/2013/10/getting-your-sms-apps-ready-for-kitkat.html) to send email use Intent [ACTION_SEND](http://developer.android.com/reference/android/content/Intent.html#ACTION_SEND) -
Began Watching How do I create a box to hold text below Google maps within android?
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 … -
Replied To a Post in How do I create a box to hold text below Google maps within android?
You just need to add EditText bellow your fragment in your layout -
Edited How do I create a box to hold text below Google maps within android?
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 … -
Gave Reputation to muralidhara_1 in Android multiple choice quiz
Create the text file to store the questions along with answers with key answer. Read the file and display one question at a time and store the answer entered by … -
Replied To a Post in Led Notification Android errors
I do not see any crash reports there. You sure you captured it? If it is gone easier for you you can always share link to your github project if … -
Replied To a Post in Led Notification Android errors
Please delete logcat before or application start up and then make it it crash. Once that achieved post new logcat. (Sorry but I'm not willing to search your logs for … -
Replied To a Post in Led Notification Android errors
LOL have to laugh on first one. Obviously you are on Eclipse that does give this crap (wouldn't happen with IntelliJ or AndroidStudio). Nevertheless message is specific you have hardcoded … -
Replied To a Post in Led Notification Android errors
How would I know if you did not post any error log messages? -
Replied To a Post in Led Notification Android errors
You need to replace `void actionPerformed (java.awt.event.ActionEvent e1)` with some other listener method like `onClick` where you trigger it by button and button has to be part of application -
Began Watching Led Notification Android errors
I am trying to make the notification Led blink in a certain way and when i run the app from Eclipse with my phone connected it works as expected, but … -
Replied To a Post in Led Notification Android errors
`java.awt.event.ActionEvent` in Android since when? -
Edited Led Notification Android errors
I am trying to make the notification Led blink in a certain way and when i run the app from Eclipse with my phone connected it works as expected, but … -
Edited Live wallpapers
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 … -
Replied To a Post in difference between getApplicationContext() and MyActivity.this
As I said `getContext` is what you most commonly will use, so do not bother with `getApplicationContext` for the moment. You will start to use it once you comprehend the … -
Began Watching difference between getApplicationContext() and MyActivity.this
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 … -
Replied To a Post in difference between getApplicationContext() and MyActivity.this
Application context `getApplicationContext()` is different then View context `getContext` or as in your case `MyActivity.class` (both means same). Real difference in usage is only what part of lifecycle of the … -
Began Watching New to posting
How do i post my codes on here? I did it once by accident and don't remember how i did it. -
Replied To a Post in New to posting
Above editing area you can see tools bar and in there one of the buttons is `</> Code`. just click on it, it will pop sort of window where you … -
Edited Project title suggestions?
I am a #rd yr. B.Tech student & want to do projects on C & Linux Shell Programming.It will be of great help if I can be supplied with some … -
Edited can i able to learn Hibernate/Spring/Struts without learning JSP,Servlets
Hi Team, I am almost going to finish learning core Java and my employers said openings are available for Hibernate/Spring/Struts. I am just wondering whether can i directly start studying … -
Began Watching Socket connection between database and android app
**Task:** I'm currently working on my final year project and i have to present my evaluation in 10 days. The only task which is left is to connect my android … -
Replied To a Post in Socket connection between database and android app
Do not mix up web development approach with mobile approach. Connectivity is your constrain. There are no guaranies that you wi-fi connection on mobile internet will be fast enough as … -
Replied To a Post in city guide app innovation idea
1. You can always make photo and send it out to images google, also you should be able to record GPS coordinates and place marker on the map. I would … -
Replied To a Post in how to handle multiple screen sizes in android?
You have to consider to what audience you are addressing this app, is it suitable to phone, tablet or both. Should application be used in portrait or landscape only, or … -
Began Watching how to handle multiple screen sizes in android?
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?? -
Replied To a Post in how to handle multiple screen sizes in android?
Have you read http://developer.android.com/guide/practices/screens_support.html ? What is your setup for resources? -
Began Watching city guide app innovation idea
i will go to a local digital champion, and i must propose my idea as innovation, for a app : i thinked about to creat a city guide: with 2 … -
Replied To a Post in city guide app innovation idea
You better to rephrase your question otherwise it does falls under > Do provide evidence of having done some work yourself if posting questions from school or work assignments -
Replied To a Post in sending data to local server
Ahh yeah, I forgot about internat IP matching of emulator. Professional defermation :P there is no point having localhost if you have team working on project. Anyway you can read … -
Edited How do I replace the alert box using Jquery?
Hey guys, I've been trying to get this to work. don't know how. <link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" /> <script src="js/jquery-1.9.1.js"></script> <script src="../js2/js/jquery-ui-1.10.4.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#box').dialog(); }); </script> <?php … -
Edited How do I replace the alert box using Jquery?
Hey guys, I've been trying to get this to work. don't know how. <link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" /> <script src="js/jquery-1.9.1.js"></script> <script src="../js2/js/jquery-ui-1.10.4.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#box').dialog(); }); </script> <?php … -
Edited How do I replace the alert box using Jquery?
Hey guys, I've been trying to get this to work. don't know how. <link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" /> <script src="js/jquery-1.9.1.js"></script> <script src="../js2/js/jquery-ui-1.10.4.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#box').dialog(); }); </script> <?php … -
Edited How do I replace the alert box using Jquery?
Hey guys, I've been trying to get this to work. don't know how. <link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" /> <script src="js/jquery-1.9.1.js"></script> <script src="../js2/js/jquery-ui-1.10.4.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#box').dialog(); }); </script> <?php … -
Edited How do I replace the alert box using Jquery?
Hey guys, I've been trying to get this to work. don't know how. <link rel="stylesheet" href="../js2/css/smoothness/jquery-ui-1.10.4.custom.css" type="text/css" /> <script src="js/jquery-1.9.1.js"></script> <script src="../js2/js/jquery-ui-1.10.4.custom.js"></script> <script type="text/javascript"> $(document).ready(function() { $('#box').dialog(); }); </script> <?php … -
Began Watching Phonegap issue (error 0)
Hello, I am new to phonegap.I have used web API in my code but it's giving "error O"(android emulator on windows).What i shuld do now?? How to rectify the problem??thanks … -
Replied To a Post in Phonegap issue (error 0)
Better to ask at phonegap forum. -
Edited Phonegap issue (error 0)
Hello, I am new to phonegap.I have used web API in my code but it's giving "error O"(android emulator on windows).What i shuld do now?? How to rectify the problem??thanks … -
Began Watching creating and ebook using indesign
can anyone tell how to create an ebook in indesignCS6 using the AVE Digital Publisher -
Replied To a Post in creating and ebook using indesign
What this has to do with mobile development? -
Began Watching the Error line was:: ClassNotFoundException:com.mysql.jdbc.Driver in jsp
this front page: Form.jsp <html> <head> <title> Data Inserting Form </title> <meta http-equiv="content-type" content="text/html; charset=iso-8859-1"> </head> <body> <h1>ENTER THE EMPLOYEE DETAILS</h1> <form action="./Insert.jsp" method="post"> <table cellspacing="5" cellpadding="5" border="5"> <tr> <td … -
Replied To a Post in the Error line was:: ClassNotFoundException:com.mysql.jdbc.Driver in jsp
I will suggest to read [JSP database connectivity according to Model View Controller (MVC) Model 2](http://www.daniweb.com/web-development/jsp/threads/141776/jsp-database-connectivity-according-to-model-view-controller-mvc-model-2) 5 years old post but still a must read for people that insist on … -
Began Watching Android add spinner below each other dynamically
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 End.