Showing posts with label Android. Show all posts
Showing posts with label Android. Show all posts

Linux Man Pages Tutorial For Android Phone

Linux commands are very essential for the user who use the Linux based Operating system or Students. We can't remember every commands from the Linux manual and we can't always carry the reference book. If this manual is present in our Mobile its just awesome. So here is the simple and elegant app for the our Android Phones.




From the app developer description,
Offline reference of Linux Man Pages. Simple, elegant Interface with Hyperlinks.Linux man pages v1.1 provides offline, complete reference of standard man pages of Linux in easy to read format.
Application does not require additional download of reference files from internet.
Just install and start reading!
It contains references on General commands, System calls, Library functions, Special files, File formats and conventions, Games, Miscellanea and System commands and daemons.
Standard man pages at kernel.org are included in this version; more will be covered in upcoming releases.
Interface is kept simple and elegant, similar to standard Linux console look.
Application is designed for speed and performance.
All the contents are packed in just 2.5MB!
Hyperlinks within pages make cross reference easier.
Topics can be found via categories or using Search of commands.
ManPages 1.1 currently has 1000+ pages, will be covering much more in upcoming releases.
This is completely free.

From my experience its very simple and includes all the essential commands for the day to day usage.

Download Here

Best Free Productivity App for Android

 Evernote
Evernote turns your Android device into an extension of your brain.
★ New York Times ‘Top 10 Must-Have App’, Winner: TechCrunch Crunchies, Mashable Awards and the Webbys. ★
Evernote is an easy-to-use, free app that helps you remember everything across all of the devices you use. Stay organized, save your ideas and improve productivity. Evernote lets you take notes, capture photos, create to-do lists, record voice reminders--and makes these notes completely searchable, whether you are at home, at work, or on the go.

Time Recording - Timesheet App


Timesheet manager - easy to use, highly adaptive
Manage your timesheet.
Basic functionality:
• Check in & out
• Task assignment
• Daily & detailed notes
• Overview of day, week, month
• Data export & email as CSV, HTML or XML
• Integrated backup & restore
• Google Calendar Sync (one way only, only for Pro users)
• Dropbox integration for data export, backup & restore (Pro version only)
Highly configurable, many additional features:
• Date and time formats
• Hourly rates, paid overtime
• Calendar options (first day of week and month, bi-weekly reporting)
• Target time
• Widget to display running day total
• Status bar notification when checked in
• Public services for Tasker integration
• Ad-free
Limitations:
• Smallest tracking unit is one minute
• No multiple trackers
• No mileage or expenses
• Night shift/rotating shift is supported but needs extra setup. see FAQ.
• Only one overtime rate






Top 5 Free Communication App for Android



Phonalyzr 



Phonalyzr displays useful graphs and usage summaries of your calling habits.
Phonalyzr uses your call and SMS logs to display graphs and usage summaries, giving you a new look into your phone usage habits. Track minutes and usage using summaries and 17 graphs such as top callers, phone usage over time and others.

App has a Google ad. Buy "Phonalyzr Pro" to get data tracking and no ads.

Call Meter NG 

Call Meter lets you keep an eye on your mobile plans.
It shows statistics of your calls/sms/txt/data traffic and lets you set limits for each of these plans.
Call Meter supports a huge amount of billing modes to let you adapt it's behaviour to your operators billing.
This app is open source software build in spare time. Adding bad comments in market won't help much to make it better.

Record My Call 

This application has a basic purpose to record all your call (incoming and outgoing). Please be noticed that due to limitation of Android phone (hardware and software), this program only can record from microphone. Please turn on the loudspeaker during conversation to get clear voice from the other side. All conversations are recorded under file “RecordMyCall” file in memory card.
Features:
-Record incoming and outgoing call from microphone.
-All files are saved in memory card.

My Data Manager 

Take control of your mobile data - save money & use your plans more effectively.
Take control of your mobile data. Monitor app data usage for your home and roaming plans. Set usage alarms to manage your bill. Track historical consumption to ensure you are buying the ideal plan and maximize how you use your data. Monitor per app data consumption to understand what apps are consuming the most data, and what apps are almost free. Save money by using your data plans more effectively.

SMS Counter 

Do you know how many SMS you have sent this month? Threaded message dialogs don't make counting easy. This app will help you tracking how many sms you have sent and received. It even provides counting for the past months. No more busting your sms quota!
Note: Works only with the build-in android sms app!

Do you want free calls and text messages in Android?

Then go for Viber's free, no-registration 3G VoIP app. It is officially launches on Android. It requires no registration,You can use this application using your existing phone number and contact list. The service also features SMS with pop-up text message notifications, and you can set Viber as your default dialer.



[Solved] Error: No resource found that matches the given name (at 'resource' with value '@xml/hello_widget_provider').

1. Create new folder under res, name it as “xml”
2. Create new file under xml and name it as hello_widget_provider.xml
3. Insert the following code into the hello_widget_provider.xml file and save.

<?xml version="1.0" encoding="utf-8"?>
<appwidget-provider xmlns:android="http://schemas.android.com/apk/res/android"
android:minWidth="146dip"
android:minHeight="72dip"
android:updatePeriodMillis="10000"
android:initialLayout="@layout/main"
/>

Directory shows like this



If it helps please  leave your comments