List View asset folders > files > filecontent - Android Studio

Hi I planned to design offline app which going to list out asset folder in list view and then click the folders it should list out the html file names
Then if we click that html filename it view

Related

Gmail app, can't preview picture attachments

Whenever I get a picture attached to a email there is a option to preview or download the attachment.
Choosing Preview, it just constantly sits there saying Fetching Attachment and does nothing. No activity on the 3G icon.
Preview does not work, is this just me?
if the picture is part of the email embbeded then it displays as part of the HTMl email
if it's an attachment you need something like Astro File manager to manage the download of the attachment before it can open it so you can view it

[Q] Enabling Subfolder Notification for Exchange-E-Mails

I remember that in Android 2.3.6 there was an Option where i could choose which subfolders should notify me whenever an email is coming in. I really miss this Option in the Email Programm.
1) Open your inbox on Smartphone
2) Select Menu on the bottom right of the screen and then select Tools
3) Select Manage Folders
4) Place a check mark next to all folders that you wish to synchronize data for. If folders are contained within the Inbox or other folders, you can expand the folder list and select sub-folders. You can also decide to synchronize the Sent Items folder to that emails you send via your Smartphone also appear in the Sent Items folder on your desktop Outlook software.
Click to expand...
Click to collapse
Did Samsung removed this option?
Would be glad if somebody could help me with this question

Opera Mobile Launcher with ability to copy and paste links and text

Hi Guys
I made this simple app to make it easier to paste links and text to Opera Mobile browser.
You can copy links from silverlight apps, text msgs, emails, etc and paste to my app. It will write your link into a local .html file stored in \My Document\Opera\Links.html.
Navigate to that local html file using opera (type in the address bar "file:\\/My Documents\Opera\") and bookmark it for easy access.
Thanks to the WP7 Root Tools SDK.
Great idea
Please add support to Opera Mini ??
Not working On opera mobile
dosn't create html file

[Q] iPhone (iOS) outlook notes transfer to hTc One ???

HELP !!!
i am a new android user, came for iOS
i want a free way to transfer my over 300 notes :crying: to my new hTc one android 4.2.2 ?
N.B: the notes are also stored on outlook on my PC
i found a way to transfer the notes to .txt
using this method:
Export Outlook Notes to Document Files
There are a lot of people who want a free way to export their Outlook notes to separate document files. Here is a step by step method of exporting those notes. It may seem tricky, but it really is simple and should take all of 5 minutes to complete. The actual export happens so quickly you will be astonished. The notes will be exported into Word or text documents with the same name as the notes.
Please understand that Windows does not allow many special characters in file names, so you will need to manually remove any special characters like <.>:"/\|?* from your note name before the conversion. The following device names are also restricted from use as file names by Windows and should not be the name of a note: CON, PRN, AUX, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9. To help you out, the code I provided will automatically replace any "/" or "\" characters with a "-". The rest is up to you to rename manually or you may alter the code to convert even more restricted characters or names.
Create a folder on the root (main part) your C: drive named "Notes". It is important that this folder be on the root of the C: drive.
Open Outlook.
After Outlook opens, click on the top bar of the Outlook window next to the name Microsoft Outlook.
Press ALT-F11 which will open Outlook's Visual Basic window. If it does not open, be sure you clicked on the top bar of the Outlook window and press ALT-F11 again.
On the top toolbar, click on Insert and Module. You should see a new window pane open labeled Project1, Module1.
Copy the code you find listed below in this article and paste it in the Module1 window pane. If you wish to export to a document that can be opened in Word (rich text format), use the NotesToRTF code. If you wish to export to text files, use the NotesToText code.
On the top toolbar, click on Run and then click on "Run Sub/Userform".
A window will pop up asking you to select the folder where your Outlook Notes are located. For most people, this will simply be your normal Outlook Notes folder. Select the Notes folder and then select OK. [More advanced users may select different note folders they may have created, following these steps over and over until all their notes are exported.]
The Notes will quickly be exported at this point. "Running" will appear next to "Microsoft Visual Basic" window name at the top of the screen and disappear when the notes are exported. You may see it flash for a second if you have just a few notes. For hundreds or thousands of notes, it will take longer. Wait for "Running" to go away and you may proceed.
Close the Microsoft Visual Basic window.
Close Outlook. You will receive a popup window asking if you want to save the VBA project. Answer No.
Look in the Notes folder on the C: drive to find your notes.
If you received a "Run time error", click End and then check the following:
Did you use a restricted character or name in a note?
Did you REALLY name the folder Notes in the ROOT of the C: drive?
Fix the folder name and then go back to the Microsoft Visual Basic window and click on Run and then "Run Sub/Userform" again.
The code is proven and should work every time when you follow the directions. If it still fails, I suspect you may have a corrupted Outlook data file. There are many Hub pages that address how to fix the problem. Simply search for "scanpst" and follow the directions listed in the page.
NotesToRTF Code
Sub NotesToRTF()
Set myNote = Application.GetNamespace("MAPI").PickFolder
For cnt = 1 To myNote.Items.Count
noteName = Replace(Replace(myNote.Items(cnt).Subject, "/", "-"), "\", "-")
myNote.Items(cnt).SaveAs "c:\notes\" & noteName & ".rtf", OlSaveAsType.olRTF
Next
End Sub
NotesToText Code:
Sub NotesToText()
Set myNote = Application.GetNamespace("MAPI").PickFolder
For cnt = 1 To myNote.Items.Count
noteName = Replace(Replace(myNote.Items(cnt).Subject, "/", "-"), "\", "-")
myNote.Items(cnt).SaveAs "c:\notes\" & noteName & ".txt", OlSaveAsType.olTXT
Next
End Sub
then i put them onto the phone and opened the notes through the phone using a file manager
if anyone has any other ideas please reply
Thanks for sharring this.
A good file manger i found and now use is called ''File Expert HD'' from Play Store.

Any way to attach any type of file through the stock E-Mail app?

The file picker dialog the stock E-Mail app uses is different from the G-Mail one. The G-mail one defaults to only photos, videos, etc too.... but gives you the option of enabling other apps to hook into it (such as file managers) so I can attach any type of file from anywhere on my device.
.... the stock (and I assume made by HTC) E-Mail app for anything that is not a g-mail account.... does not. It only allows Photos, Videos, Documents, Etc. There is a "File" option if you scroll to the bottom..... but this is practically the same thing as the above options, as it only lists recent files (only types it understands) or files sorted by type, etc. It doesn't let me browse the file system.
Is there any way to either choose any file I want, or add a file manager to the list, without basically downloading a different e-mail app?
Download and install the stock Android (AOSP) email app from http://forum.xda-developers.com/showthread.php?t=1965468

Categories

Resources