Android :: How To Get A Specific Notepad Application?
Oct 11, 2010
I'm looking for a notepad app that, well, looks like an actual notepad. I'm currently using AK Notepad cu z I like how the notes are written on note looking paper, but when you open up the application, all the titles of your notes are just displayed in a black screen. I'm kinda looking for an app, like let's say I put: "stuff to buy," I want the title to also be written on notepad paper, and then when I click on it, the info of my notes will also be written on notepad paper.
View 4 Replies
Dec 10, 2009
I am looking for a notepad that looks like the I Phone notepad. Any one know a good note app for this?
View 37 Replies
View Related
Jan 28, 2010
Are there any apps that would allow me to write a message, convert it to a QR code, then save that graphic to the phone, or even share it via email? Bar scanner is great for sharing links as QR codes, but a notepad I could type in would be cooler.
View 1 Replies
View Related
Jun 9, 2010
So I'm forgetful and notepad apps come in handy for me. I was curious which one you all were using and which ones had widgets for the home screen. Ever note just is int cutting it and Astrid is, well pretty in-depth?
View 18 Replies
View Related
Jun 24, 2010
I recently started working at a used video game store and have been noticing a bunch of games that I'd like to buy down the road. The only problem is, I see so many that they're easy to forget. I don't really want to pull my phone out and have to scroll through my apps to find Ever note or something to be able to take a name down during work, so I'm looking for something a little specific. If I could have an app that allows a widget on one of my home screens that displays my text and a quick tap of it would allow me to edit it, that would be great. Same goes for looking at the hours that I work and taking them down. It would all be quick and sloppy (like grabbing a piece of scrap paper and noting something) but I could have it cluttering my home screen so I would remember to sort it all out when I get home. Does such an app exist?
View 6 Replies
View Related
May 19, 2010
Can anyone please tell me if their is a notepad app already on the handset or do I have to download one?
View 7 Replies
View Related
Dec 1, 2009
I'm looking for some kind of list making app or a notepad app that can keep an ongoing list. More specifically I would like to find a good way to keep track of my DVDs. I never know whats missing because I have so many or if I'm buying a new one, whether or not I have it already. So I'm just looking for something that can handle a long list (600+ movies I have) and simply a check box to click if it has been loaned out and a numbering system to keep track of the running total. I can't find anything that really does that. Any suggestions?
View 12 Replies
View Related
Oct 20, 2010
I want to center the application title/label in my android app but I can't find a lot of documentation on how to set that property. I have found a couple of posts saying that I can create a custom title bar and change the theme in my manifest but I just can help think there is a simpler way to just center the title.
View 2 Replies
View Related
Jun 9, 2010
Applications can have any number of launchable activities. I know how to get the list of these activities via PackageManager.
Is there a way to determine which activities can be launched via startActivity?
For example, the Documents To Go app has different activities that will start Word, Excel, Powerpoint, PDF, etc... I am able to launch all o these just fine.
However, it also contains some activities that I am not able to launch with startActivity... If I attempt to do this I get a SecurityException.
I want to be able to determine which activities I can safely launch and which I cannot so I only present the user with a list of activities that I can safely launch from within my application...
View 1 Replies
View Related
Jun 24, 2010
I currently use Timeriffic, which has been great at managing settings for different times of the day. What I am looking for, however, is an application similar to that where I can define the sound behavior for one specific application.
What I am trying to do is make it so all notifications are at 10% volume during the night, but Id like to make notifications from Google Talk louder, like at 50%. I haven't been able to find anything that would allow a rule like that, but thought Id ask since you guys seem to know everything!
View 2 Replies
View Related
Jul 21, 2009
Use case goes like this:
1) Dev puts game for sale on Android market hoping to make lots of $$ $.
2) Dev makes $50 in a month, cries a little, realizes his game is languishing in the ratings so makes it free.
3) Game does really well and gets > 50,000 downloads.
4) Dev still wants to make some $$$ off his game, so adds a "donate" feature to app which points users to another app dev has created in the marketplace where they can donate by buying the app.
5) Dev wants to reward those who have donated by providing new features only to them.
How do I go about determining if any given user has purchased either my original app, or my "donate" app so that I can unlock functionality? I'd like to determine this even if the user no longer has the app installed on their phone. Then android market app seems to know this which is how it knows not to charge the user again for the same app they've already paid for.
View 6 Replies
View Related
Jul 27, 2010
I want to launch a specif application.
I know how to do Intents but I want to avoid the selection menu if there are multiple apps that can handle the intent, i want to go directly to a particular app. Hope this makes sense.
View 1 Replies
View Related
Apr 2, 2009
I want to send a message to only specific application in other device but i dont want SMS client to pick that. How is it possible?
View 2 Replies
View Related
Apr 15, 2010
Can anyone explain how to send SMS text messages on a specific application port (including Java and XML code)? If it's impossible then plz show at least how to send & receive SMS data message successfully (Java & XML) on android emulator (and not G1 or others).
View 2 Replies
View Related
Feb 21, 2012
I wanted to implement the application specific VPN client in android, that is vpn connection once established should be only available to our application and rest of the apps in android device should make use of normal internet connection.
To elaborate my need more, i have an application already which connects to corporate email, files and other data from internet normally but for some security reason we need it to be go through tunnel within our application and access everything within via tunnel basically want we are looking here is security while accessing company corporate network.
Since we are new to something like this we don't have a hint on how to start what protocols to use etc (we are assuming ipsec l2tp for now).
And between we are just looking to send and receive data over tunnel, there is nothing more or need to control computer on the network all we need is to route data through corporate firewall and should support multiple vpn servers such as cisco, microsoft etc. How complex or how feasible to implement it.
View 1 Replies
View Related
Apr 2, 2014
I wanted to restrict an application from accessing network, so that application does not upload or download. Basically to stop rouge application from suspicious network activity.
I understand Android provides a way to limit/restrict network access for Mobile network, from Settings --> Data Usage screen. But I'm looking for a way to completely restrict network access (both mobile and WiFi networks) to any particular application.
I'm using Moto G, Android Kitkat
View 2 Replies
View Related
Jul 8, 2009
I've seen a few other threads on this subject, but none that addresses my need which is to not only find the app in the market via the market uri, but display it as if the user had navigated to it. The closest anyone has gotten to this answer is to show how to bring up the Android Market app and browse for the app you want which shows the single result in a list that the user must still select to get to the screen I want to display.
Here's my existing code that does exactly that:
private static final String MY_MARKET_APP = "com.some.silly.name";
Intent marketLaunch = new Intent(Intent.ACTION_VIEW);
marketLaunch.setData(Uri.parse("market://search?q=pname:" + MY_MARKET_APP));
startActivity(marketLaunch);
I don't want to have to force the user to select this single item from the list - just bypass that and bring up the next screen.
View 11 Replies
View Related
May 31, 2010
Just picked up my incredible, and I have two questions....
1. how do i change the email notification to a specific sound? As of rite now, when i receive an email nothing happens (no sound or vibrate).
2. How do I select a specific ring for mms. I know how to select sms, but I cant figure out how to change the mms.
View 3 Replies
View Related
Mar 12, 2014
I have had androids for over two years now and am getting more and more concerned every time I download an app and seeing that it wants to READ my SMS message and Contacts.
Is there a way I can disable reading of SMS messages or any one of the other permissions by specific apps, or all apps?
Are we living in a world where any "joe schmo" can upload an app the to the app store and wait for those inadvertent downloads and collect all your personal information, and that's after all the time we spend protecting our identity and personal details?
View 2 Replies
View Related
Apr 24, 2009
Alright so i was using oi notepad to take some important notes I needed. Then I pressed menu and pressed 'Revert' and it converted my text into a whole bunch of random letters and numbers... Can anyone help me out? I really need to get these notes back theyre important
View 2 Replies
View Related
Jan 18, 2010
Looking for a notepad, which displays notes on the home screen one by one. So instead having when tiny little sticky note icon, you have one big stick note and flick left or right to scroll back on forth through your notepad. Imagine the HTC SMS Widget but instead of flicking through your text messages you are flicking thorough Notes.Does such a app/widget exist?
View 2 Replies
View Related
Sep 2, 2010
I had AK Notepad installed on my Incredible and in that I had some important info. Well, had to do a hard reset and realzied that even though I could reinstall the program, it appears that the notes are not saved anywhere and now I am screwed!To prevent this in the future, is there any way to back up important info that you put into these apps that you get on the Market?
View 9 Replies
View Related
Jul 18, 2010
I used to love my Palm software, the memo pad /notepad application because I could password protect memos and then they wouldn't even be visible if someone else got my phone. Anyone know of a good notepad/memo app that has the same? Not one that needs internet connection to use, but one that can be easily synced to my computer?
View 1 Replies
View Related
Jan 17, 2010
Heres a real easy way to jot down your notes while on the go. Create a new note and set yourself a reminder or search through your current notes.
New notes can be added at the top of the main screen or use your phones menu to Add a new note, Search previous notes, add a labels and establish your settings.
In Settings you can change things like the color of the notepad, font, font size, set up reminders, export and import notes to/from your SD card and more.
AK Notepad makes it easy to jot down quick thoughts, write a blog post, set-up grocery list and anything else you need to to remember.
Do you have this app? Prefer using another Android app for note taking? Let other know by leaving a comment below.
More screenshots of the AK Notepad app for Android.
You can download this app direct to your android phone. Just scan the QR code below with Barcode Scanner application from Android Market: GigaDroid.com
View 2 Replies
View Related
Sep 27, 2010
I have an activity that calls the
CODE:.........
I would like to add a button to the notes_row.xml that displays at the bottom of the screen "on top of" the actual notes_row allowing the user to still scroll through the list but hit the button if they want. Every time I try to change the layout of notes_row, I get the button on each item in the list. I am pretty new to Android and I think I need to inflate the button somehow so that it is layered in front of the list but doesn't impede the list, how do I go about doing that?
View 3 Replies
View Related
Jul 11, 2010
For sometime, I've been using GDocs Notepad. The good thing about GDocs is it sync's with a designated folder Google Docs.
Lately, I've been having the following problems with this: Getting "Error - Couldn't Sync" upload errors
After numerous problems of creating and editing my notes on the computer to try to resolve the issues, I get HTML gobbledygook each time I sync back to the phone.
Here's a picture of the HTML gobbledygook that's ruining my notes: http://i.imgur.com/M9yGN.jpg
I get the same code both on my phone in my GDocs App. The above picture is when I then sync'd it back into Google Docs. This HTML gobbledygook comes after a "successful sync" message.
I'm using the HTC Hero - CDMA - Sprint - Android 2.1. Although I'm not sure if it's the phone or the App.
View 8 Replies
View Related
Jan 4, 2010
I am looking for a sort of notepad app where i can just make a note of anything from grocery list or medicines to use for a headache for example.
View 3 Replies
View Related
Jun 2, 2010
In windows text files are displayed with notepad icon. When we double click the particular file it opens the notepad and displays the file. Like that I need to open the file from the download folder in android. I have used the intent-filter for register my ics files mime type. When I select the file in the download folder it just opens my application only. At that time I need to open / read the selected file. How to do this?
View 2 Replies
View Related
Jun 19, 2010
Something where I can physically write things out with my finger and erase them? Maybe a widget that is something like a big sticky note that you can just write on? Does such a thing exist?
View 4 Replies
View Related
Jul 7, 2010
I'm really hoping someone here has seen something like this. I'm essentially looking for a notepad app for the Android. But there is a trick to this. I want the notes to be saved and synced as accessible documents on GoogleDocs so that I can edit them on my Mac. On the Android, this should be a simple notebook / notepad app.
View 3 Replies
View Related