Android :: Dropbox Referral Thread
Apr 28, 2010
With the upcoming release of 'Dropbox for Android' I can see referral links being posted all over the forum.As such please post your referrals here and keep them out of other Dropbox related threads. Any referrals posted elsewhere will be moved to this thread.If you don't know what referrals are it's a way to invite people to use dropbox and in doing so you and the person you invite both get an extra 250MB (at time of writing) storage space.If your referrals max out, please be kind enough to come back and remove your link to give some others the opportunity.
View 49 Replies
Apr 1, 2010
Will the Evo 4g be compatible w/ the Everything Plus Referral program? I'm switching from an ATT family plan to (hopefully) an Everything Plus Referral program when this phone comes out. So I have no experience with what kinds of phones work with the program. Hell, is the Hero even applicable with this program?
View 16 Replies
View Related
Jun 27, 2010
Can I buy this program at best bur or radioshack because it is sold out online. Also I want hardware version 0004 so should I ask them to give me that?
View 15 Replies
View Related
Aug 13, 2010
I read over on SprintUsers that if you buy a phone, let's say an Epic, from a place such as Radio Shack and sign a new contract- when you get home you can call Sprint and have them alter your account to be one of those "Employee Referral" deals (using Russ's e-mail). Is this true? I want the instant rebate to make the phone 250 but I also want the plan that I was banking on.
View 3 Replies
View Related
Sep 7, 2010
How can I implement a run() method of thread if I create a Thread Global?
I mean If I create a Thread Globally then can I implement its run() method {" public void run()"} anywhere in my Application?
In the run() method I have to write the code to perform some action.
IF I can do it then please can anyone show me briefly how to do it particularly.
View 2 Replies
View Related
May 21, 2009
I am writing an application in which i need to handle messages between the main thread(the deafult UI related thread) and the user created Gamethread.
The requirement is like this.
An activity(say "Activity_X") is setting the view by "setContentView(some "View_Y")". In "Activity_X" i have implemeted "onCreateOptionsMenu()" and "onOptionsItemSelected()" fucntions for creating menus & a switch case for action to be taken on selecting those menus.Menu has items like "resume/pause/zoom/" .
All action to be take on selecting these menus are implemented in "View_Y" in a separate Gamethread by extending "Thread" class.
So whenever a menu is selected in "Activity_X" i need to send a message to "View_Y". And on receiving this ,a particular action/method should be called in View_Y(GameThread).
How can i achieve this using Handlers?Is there any other way of doing this? Please do share with me some code snippets for these.
View 3 Replies
View Related
May 27, 2010
I have a separate thread running to get data from the internet. After that, I would like to update the ListView in the main thread by calling adapter.notifyDataSetChanged(). But it does not work. Any workaround for that?
View 1 Replies
View Related
Jul 22, 2009
I want to do the drawing in another thread to speed up the game(it is way to slow right now). I was told to do this but don't quite understand why that would speed things up. Is it GameView that should implement Runnable? Should I make the thread sleep when not drawing? where should I start the thread? package com.android.WWS;
import android.app.Activity; import android.content.Context; import android.graphics.*; import android.os.Bundle; import android.view.SurfaceView; import android.view.KeyEvent; import android.view.View; import android.view.View.OnKeyListener; import java.lang.Runnable; import java.lang.Thread;...................
View 4 Replies
View Related
Feb 20, 2009
I need to suspend/resume a thread from another thread in the same process. I tried to look into thread apis,but I couldn't figured out a way to achieve this.Can anyone pls point me some references to look or give a tip to do this.
View 2 Replies
View Related
Jun 6, 2010
I'm sure it's easy, but I'm not seeing it.I have an HTC Incredible.How do I upload files (mainly pictures and videos taken with the camera) to my dropbox folder?I thought there might be a way to go into the dropbox app and upload, but that doesn't seem to just let me upload any file.I also tried copying the files into sdcard/dropbox, but they don't show up in my dropbox account that way either.
View 9 Replies
View Related
Dec 28, 2009
Does anyone know how to delete certain texts from a thread in an easy manner instead of having to delete a whole thread??
View 7 Replies
View Related
Aug 31, 2010
I think this may have been answered on here before but I can't find it.Basically, all I want is a memopad with the following features:
1. Storage of text with a description and grouping of items
2. Syncs to the cloud/PC so data can be entered using a PC.
3. Offline mode so can still be read on the PDA even if no internet (this is why I'm leaving Evernote).I'm at the stage where I don't think an app like exists for Android yet and am thinking I'll create folders for each group and a text file for each item. I'll then copy this to the device using Dropbox. Has anyone tried this yet.
View 6 Replies
View Related
Apr 23, 2010
Head to the Dropbox forums to get in on it. Limited to first 500 to sign up.Just downloaded it
View 17 Replies
View Related
Jul 16, 2010
The Android doc says "Like activities and the other components, services run in the main thread of the application process." Is the main thread here the same thing as UI thread?
View 3 Replies
View Related
Oct 31, 2010
Please tell me the dropbox app can sort files by date and not just by name. I've got to be missing something here.
View 4 Replies
View Related
Sep 25, 2010
I'm trying to figure this out. I bought Titanium Backup today just because one of the features it offered was syncing with Dropbox. It says it's an experimental feature which I take to mean buggy as hell, but I'm willing to try it out. I can't figure out how to set it up though. I've dug through all the settings and it's possible I'm missing something completely, but I don't know where. Can anyone walk me through how to do this? Being able to sync my backups to the cloud is a huge thing for me.
View 16 Replies
View Related
Oct 6, 2013
How do I make and add photos to an album using android dropbox app?
When I click on photo icon at top, just says you dont have any albums ??
View 3 Replies
View Related
Apr 1, 2014
My question is is it possible to make an app in android that communicates with an access database in dropbox? I have done it in windows and linux and all I need is a yes or no(from experience) and then I can work it out from there. I don't want to try and do something that is practically impossible.
View 3 Replies
View Related
Jan 11, 2014
My friend and I both have a Galaxy Tab 3.
When he uses his native android video player he can see media listed from DropBox (and a little drop-box icon on the bottom left corner of the thumbnail).He also has the options "View by" under the options button and can select "view by content on DropBox ".
-> This allows him to stream the videos from dropbox on the native vid player without downloading onto the device...
I do not have these options!How do i get them?
I need this because i want to use the AllShare option for streaming to my TV that is available on the native video player.
View 1 Replies
View Related
Jul 17, 2010
Does anyone use the dropbox app, and if so do you know how to save photos to your phone. i.e for wallpapers without having to leave them in your dropbox.
i manage to somehow do it with 6 of the ones i first put in there. but I didn't know my phone saved them at the time, and now i don't know how to do it again.
View 2 Replies
View Related
Nov 25, 2012
It should be possible if we install a second Dropbox asp with different signature, but where too find that..? GT-I9100
View 9 Replies
View Related
Jun 6, 2010
I'm playing with SMS Backup and created a backup. Now I would like to move this file from the SD Card to Dropbox so I can grab it on my PC.
View 3 Replies
View Related
Apr 3, 2014
In my gallery I have many folders from my Dropbox account. How do I remove the folders from my Tab3?
View 4 Replies
View Related
Oct 15, 2013
How to use/sync KeePassDroid and Dropbox? I just want to save my password file on dropbox and keep it up-to-date.
View 2 Replies
View Related
Feb 20, 2012
I have a Galaxy 8.9 and I have about 270 songs loaded on it. Is it possible to move them to Dropbox and still play them through a music player?
View 1 Replies
View Related
May 24, 2013
I want to send a photo to a certain somebody, however, dropbox doesn't allow to send pictures to this certain application and I have no idea how to go into my gallery instead of dropbox.
How do I use my gallery instead of dropbox?
View 1 Replies
View Related
May 1, 2013
I can't open some files on Dropobox : Eml,Msg even some Rtf files.I need an app for it ?
View 2 Replies
View Related
Apr 28, 2013
I'm looking for a good cloud player so I can stream music from my dropbox account. I looked at cloudaround but I find it too buggy.I'm looking for one with a simple interface and user friendly, a little bit like the interface of the iPod.
View 9 Replies
View Related
May 21, 2012
I am trying to find a replacement app for my gallery. It has to be well put together but the main thing is, it needs to have dropbox viewing. The stock HTC gallery app has it but mine isnt working for some reason.
View 4 Replies
View Related
Nov 28, 2011
i've tried dropsync and titanium media backup but they both sync both ways. i ended up losing a bunch of photos because I did a full wipe and sync'd an empty folder. is there an app that'll just sync one way from my phone to dropbox?
View 2 Replies
View Related