How To Create Real Estate App
Jul 8, 2013
i want to create a real estate app.
1) How should i make the client-server communication? is it good solution to use json? is there any good tutorial for this?
2) the biggest problem is how to handle the google maps. I guess that retrieving all the markers from the server and add them to the map would cause the application to be very slow. I have two thoughts on this problem but neither of them is perfect.
i. The user can choose a specific country and town and after the appropriate query in server's database only the correct markers will be added to the map. But in this case if the user scrolls out of the city's bounds, the markers of the other cities won't be shown.
ii. Add only the markers that are visible in screen. The problem with this solution is that it will be probably less effective to scan a huge amount of markers, to check which of them are inside the visible area (compare coordinates).
How do you think trulia or other real estate apps handle this problem? They have a huge amount of markers (houses) and their apps are very responsive.
Do they make queries every time the user changes react with the map?
Do they copy all of their markers in a list in their code and handle them inside their java code?
Do they have categorized them in a special way?
View 1 Replies
Aug 22, 2010
I created a custom dialog that I'm dynamically putting views into via a RelativeLayout. Every time the dialog is displayed, it shows all my child views just great, but it has some space at the top that I can not account for. I'm assuming this is reserved for a "title" of the dialog (which I won't have). Is there a way to remove that space and have my custom dialog just wrap the contents that I'm putting in?
here is the xml for the layout: Code...
no matter what I do or how I change the layout file, I always have that buffer at the top, how can I get rid of that?
View 1 Replies
View Related
Dec 6, 2009
Is there a real estate app out there for the Droid similar to Zitter for the iPhone?
View 5 Replies
View Related
May 22, 2010
I was hoping that someone here could comment about "real world" 4G performance, I've heard both sides. Some saying it's blazingly fast, others saying its hit or miss with high latencies.I'm in the Seattle area which is supposedly saturated with 4G, I suppose I'll even be happy with 3G speeds, but if anyone can share real world speed 4G speed/latency tests.I'd be most appreciative.
View 8 Replies
View Related
Jul 17, 2009
How to create an HTTP request object of POST type in android? Which class need to be extend or what method need to implement? How to establish connection to a server? Actually i want to connect to a microsoft exchange server, and then i have to send a request to it using HTTP.
View 8 Replies
View Related
Jun 8, 2010
Has anyone used their 'carbon fiber' decal? If so, does it look good? i think im gonna try it..but i want the real look of CF, which makes me want to order the sample of 3m and do it myself. Oh, the decisions.Phantom Skinz Chromatics for HTC Evo 4G- Colored Protection Film
View 10 Replies
View Related
Jul 31, 2010
The approved sent to your Evo version.I thought it was supposed to be yesterday? Now since that's come and gone anyone have any Ideas?
View 31 Replies
View Related
May 1, 2010
other than taking pics and navigating through home screens....is there any other real use for the joystick?
View 17 Replies
View Related
Oct 20, 2009
I can get the visual area value of a webview'size by using webview.getHeight() and webview.getWidth(). But how can I get the real value of a webview'size ? Am I said clear ?
View 3 Replies
View Related
Oct 15, 2010
I added test ads, and everything ok, but how to add REAL ADS on my program?
View 1 Replies
View Related
Mar 5, 2014
how to do the text messaging app in android. i created test app. with an edit text and button and wrote the code to send sms. i could test it with 2 emulator. and the message sent successfully. but i need it to test on real device. In emulator we are giving emulator id as the phone number. what should we do if in the case of real device.
View 1 Replies
View Related
Jul 27, 2010
What do you think? Is this for real? Android 2.2 Update Leaked for DROID Incredible.
View 24 Replies
View Related
Mar 31, 2010
I have Samsung Galaxy. I want to find my latitude and longitude programatically. I can get the location on emulator using eclips Emulator Controlbut, but not able to get the latitude and longitude in device. Is there any settings in mobile which I have to do?
View 16 Replies
View Related
Oct 6, 2010
I need to send messages through P2P on 3G connection.Sending and receiving works perfectly on lan ip addresses(on wi-fi) but not on 3g or 2g.On 3g I send a message but it never appears on the other end of the line.Can anyone tell me how to make a connection ?
View 5 Replies
View Related
Oct 6, 2010
I need to send messages to Android phones through P2P on 3G connection.Sending and receiving works perfectly on lan ip addresses(on wi-fi) but not on 3g or 2g.On 3g I send a message but it never appears on the other end of the line.Can anyone tell me how to make a connection ?
View 1 Replies
View Related
Sep 17, 2010
I have gotten to to the point where I need to test my application on a real Android device. I have obtained an Motorola Droid phone and attached it to my computer (Windows).I have installed the USB driver, and I believe that my computer can see the phone. When I start up the DDMS it shows my device as 'Online'. I cannot, however, figure out how to get the debugger to use the device instead of the emulator. The Android documentation states that when I run my program from within Eclipse that I should be presented with a 'Device Chooser', but that does not happen. I read somewhere else that pressing F11 will bring up the Device Chooser, but it only runs the application on the emulator. I know there is probably something obvious that I am missing here, but I cannot figure out what it is.
View 10 Replies
View Related
Nov 11, 2010
Is there an app that lets you view your frames per second in real time in video games and emulators?
View 2 Replies
View Related
Jul 8, 2010
I developed a game. On the emulator (not froyo) I am getting like less than 10 fps. But on my Nexus One with froyo I am getting 50 fps. Is this normal? Which one should I trust, I want my game to perform good on phones without froyo
View 4 Replies
View Related
Apr 15, 2009
On emulator for simulations of GPS there is mock provider "gps" But which is provider for real device , which provider name requires to give? Is it not require to give provider name for appl of real device, will somebody clear for this issue.
View 2 Replies
View Related
Jun 3, 2010
I am developing application using Eclipse. My friend has HTC Hero and I am trying to run my application on it, but it says that the application could not be installed. I did the steps which are described in Android DevGuide. I.e. exported my app with the generated key. Am i right assuming that this is enough? As i understand eclipse signs and aligns application automatically when selecting Export.
View 4 Replies
View Related
Mar 30, 2010
Can we get real ip address of android phone?
View 5 Replies
View Related
May 20, 2012
i had an iphone 3gs but now i own a great samsung galaxy s2.my favourite game on ios was Real racing 2 but when i try to install on me sgs2 it crashes while opening .
i have changed 3 rom's for this but nothing works also im rooted but it wont work any version of this game.
View 3 Replies
View Related
Jul 28, 2010
After a round of hassle (many thanks to sontaikle), finally i managed to do some screen capture from my Android but right now I am thinking about this. Is there any way I can do a REAL TIME phone simulation on my PC. Its alike TV output from phone to projector (Galaxy S can do that) but I have other Android which have no TV output function from the phone, so I wonder if I connect the phone to PC and get the real time screen output (few second lagging is ok for me as well) to PC than I can project it out via projector during discussion, presentation. I have tried this Emulator, too bad its doesn't project that on the phone on PC. How to install Android SDK and play with Android 2.0 in the emulator - Android and Me
View 1 Replies
View Related
Sep 20, 2010
I got all images from device's gallery,but i got images path is like,i want to get real image path for each images and send email,how can i get path?given below code i used,anybody knows,please give some sample code for me..i have email code.i want to only get real image path.How can I convert this path to real one (just like '/sdcard/image.png')?
View 1 Replies
View Related
Oct 2, 2010
Why don't I get LogCat messages when I debug on a real device as opposed to the emulator?
View 7 Replies
View Related
Sep 14, 2010
when I'm using the Android emulator I can do "adb logcat" to see output messages (log / system.out.println) originated from my code. It also shows the stack trace of exceptions which happen during execution.But, when I'm using a real phone, "adb logcat" does not do / show anything. I also tried "adb -d logcat" which also does not display anything.Is there any way to get it working with the real phone?
View 5 Replies
View Related
Nov 14, 2010
I have map in my android app. On emulator is everything OK. But on device (Motorola Droid) the map shows marker but doesn't show real map in background!! The connection is OK and I held the INTERNET permission in my manifest. What is causing this problem? Any idea?
View 5 Replies
View Related
Mar 13, 2009
I am making an android game, but i do not have the money to buy a developer phone. The game is not finished but i should it is testable.. and if i dont test it know i may have a big problem later... it is playable though. Is there somebody who has a real device and wants to test the game for me, just starting it up and playing it a little bit is good enough. It's a 2d airplane shoot gane, much like the old raptor game. If someone is interested please reply, i will sent you the (singed) APK and with some things i want to test (using both the buttons as well as touch screen for gameplay).
View 7 Replies
View Related
Jun 20, 2010
the speaker phone is loud as Sh#* but when i plug my headphones, the volume is low even with it turned all the way up.
View 1 Replies
View Related
Mar 23, 2010
I need to load an audio resource and play it, but I also need to be able to modify some parameters (like the volume, or the playback rate) while the audio is being played. For example, I might want to play a 10 seconds audio stream, and change the volume only after 3 seconds. Is there a way to do it? I've been experimenting a little with AudioTrack without results.
View 5 Replies
View Related