www.android-online.ru ПриложенияПроизводительность

Последние обновлённые бесплатные в категории 'Производительность' в Android Market

Критерий сортировки:
1351-1360 из 6014
Иконка для To-do Planner 1.1.184

To-do Planner (v. 1.1.184)

Ellipsis X опубликовал приложение 2012-09-24
(обновлено 2012-09-24)

Maintain your tasks and todo lists easily with a few clicks.
Primary features include:
- Partly customizable user interface with quick task creation and a task context menu for quick task changes.
- Task reminders, repeatable tasks and priorities.
- Creation of custom tags, which can be put on tasks and used for filtering.
- Different list sortings, which can be set differently for each tag filter.
- Configurable app widgets (small and large) which can be set with a specific tag filter and sorting and function as a shortcut to that list.
- Different task list modes that support quick changes of multiple tasks.
- Backup/restore functionality (to SD card).

This is a free version with advertisements. Please buy the Pro version to support development.
(Backup/restore works across the two versions)

E-mails with suggestions and/or error reports are welcome :)

Бесплатно
Иконка для Speed Reader 1.4

Speed Reader (v. 1.4)

P Garrison опубликовал приложение 2012-09-24
(обновлено 2012-09-24)

Speed Reader uses a method called Rapid Serial Visual Presentation to allow you to read faster by eliminating the time spent in moving your eyes between words. Watch the center of the screen, do not move your eyes, and try not to "subvocalize," or say the words in your head. Do not listen to music or attempt to multitask while using SpeedReader. If you find it very easy to read and absorb every word, consider increasing the speed. With practice, speeds of 600 wpm are not uncommon.

Supported file formats include:
.txt
.pdf
.epub
.html
.xml
and other markup languages

Speed Reader Gold is now available!
Benefits of the gold (donate) version include:
The prestige of being in the elite
A shiny new gold icon
Updates about 15 minutes before those regular users
A happier developer

Supports custom colors, any speed, and multiple words at once.

Speed Reader can also help those coping with dyslexia because it orders words correctly. Other color options can also aid in reading for those suffering from dyslexia. If you are using Speed Reader because you have dyslexia, it is suggested that you keep the application at a low speed.

Speed Reader requires access to the external storage in order to convert .pdf and .epub files to .txt files. Files that are not .txt files get converted to .txt, and these .txt files are saved on the external storage to be accessed quickly later.
Supported file formats include:
.txt
.pdf
.epub
.html
.xml
and other markup languages

Supports custom colors, any speed, and multiple words at once.

Speed Reader can also help those coping with dyslexia because it orders words correctly. Other color options can also aid in reading for those suffering from dyslexia. If you are using Speed Reader because you have dyslexia, it is suggested that you keep the application at a low speed.

Speed Reader requires access to the external storage in order to convert .pdf and .epub files to .txt files. Files that are not .txt files get converted to .txt, and these .txt files are saved on the external storage to be accessed quickly later.

Бесплатно
Иконка для Ticketsystem 1.2.1

Ticketsystem (v. 1.2.1)

Sita Software S.A. опубликовал приложение 2012-09-24
(обновлено 2012-09-24)

*** You need an administrator account for the Sita Software Ticketsystem to be able to use this app ***

About Sita Software:

Sita Software S.A. was founded in 1996, is based in Luxembourg and creates the Azur Software which includes Accounting, Fiduciary, ERP, DMS, Point-of-Sale, Health-Insurance, eCommerce, etc (all multi-language and multi-currency)

About Azur:

Azur Management Software is modular and customizable. Azur intuitively helps you increase your organizational efficiency from billing to business management.

About this app:

This app is a wrapper around the HTML5 mobile website of the Azur Ticketsystem. The mobile website is build with jQuery Mobile. The App regularly polls for changes to Tickets and notifies you in the notification bar.

Бесплатно
Иконка для MyChain 1.5.3

MyChain (v. 1.5.3)

Andreas Berheim Brudin опубликовал приложение 2011-04-23
(обновлено 2012-09-24)

Don't break the chain! MyChain helps you reach your goals day by day.

This technique worked out fine for Jerry Seinfeld and it will for you too. The philosophy is simple: Small steps every day brings you closer to your goals. MyChain motivates you to stay on track and to not give in to casual weaknesses. But if you do have a reason, MyChain's "good excuse" feature comes to your rescue.

MyChain features multiple chains, home screen widgets, a calendar view and variable frequencies as well as a unique rewarding system to motivate you even more.

Feedback is greatly appreciated!

Бесплатно
Иконка для TouchSQLiteFree 1.41

TouchSQLiteFree (v. 1.41)

potechan опубликовал приложение 2012-09-23
(обновлено 2012-09-23)

Let's use SQLite of the android terminal!

 for study of the SQL or Simple demonstration of the RDB system  or  Data management etc.

Free Version.

+++can do it

create database
create table
Data entry to a table
Registration of the search pattern

* cannot read DB of other application.

*--------------------------------
* Operation guide
*--------------------------------

1)List of databases screen
   +It changes to a list of tables screen when I touch it by DB name.
   +make DB when I push down create DB button.
   +It changes to a list of conditions screen when I push down "search DB" button after checking one check box of the list of DB.
   +DB which I checked is deleted when I push the "DB deletion" button after checking the check box of the list of DB.
   +sql file is made when I push down a "SQLScript output" button after checking the check box of the list of DB.

2)List of tables screen
   +It changes to a list of items screen when I touch it by a table name.
   +I make table when I push down a "table new making" button.
   +When I check one check box of the list of tables and push the "alter name of table" button, I change a table name.
   +When I check the check box of the list of tables and push the "drop table" button, I delete the table which I checked.
   +When I check one check box of the list of tables and push the "input data" button, it changes to a list of data screen.

3)List of items screen
   +It changes to an item addition screen when I push the "add item" button.

4)Item addition screen
   +I input the attribute of the item.
   +An item is made when I push the "save" button.

5)List of datas screen
   +It changes to a data entry screen when I touch it by data.
   +It changes to a data entry screen when I push the "add data" button.
   +All data in the table are deleted when I push "delete all lines" button.
   +When I check the check box of the List of datas and push the "delete choice line" button, the data which I checked are deleted.
   +CSV is output when I push the "write CSV" button.
   +I read CSV data when I push the "read CSV" button.

6)data entry screen
   +I can change the data of the item where I touched when I touch it by the data of the list.
   +Data are saved when I push the "save" button.

7)List of conditions screen
   +It changes to a condition input screen when I push the "add view" button.
   +All conditions are deleted when I push "delete all lines" button.
   +When I check the check box of the list of conditions and push the "delete choice line" button, the condition that I checked is deleted.
   +When I check one check box of the list of conditions and push the "search(list)" button, it changes to a list of search data screen.
   +When I check one check box of the list of conditions and push the "search(detail)" button, it changes to a detail of search data screen.

8)Condition input screen
   +I input an indication item, a search table, a condition.
   +Condition are saved when I push the "save" button.

9)List of search data screen
   +CSV data are output when I push the "CSV output" button.

10)Search data details screen
   +Data before one are displayed when I push the "Prev" button.
   +The next data are displayed when I push the "Next" button.

----------------
https://market.android.com/details?id=com.got.touchdesqlite

----------------
Version 1.41
  support adMob + Android3.0 bug?
Version 1.40
  adMob
Version 1.31
bug fix
Version 1.30
  change limits a function
Version 1.10
  limits a function
Version 1.01
 Adjustment Screen Layout
Version 1.00
First Version

Бесплатно
Иконка для MS Word Shortcuts 1.6

MS Word Shortcuts (v. 1.6)

Canny Technologies опубликовал приложение 2012-09-23
(обновлено 2012-09-23)

Can’t remember all those Word keyboard shortcuts? Now you don’t have to!, This app lists all the Word keyboard shorcuts for you.You can use them every day to make your work flow smoothly.

Word Shorcuts can impressively save your of working time, dealing effectively with many small (but common repeated) actions.

Бесплатно
Иконка для 한세글2LITE 1.4

한세글2LITE (v. 1.4)

Kim, Myungsoo опубликовал приложение 2012-09-23
(обновлено 2012-09-23)

문자입력의 종결자 한세글!
12키에 세벌식개념을 최초로 도입한 한세글!
세벌식에 적응하면 최고로 빠른 문자가 됩니다.

설정방법: 다운로드>설정>언어및키보드>한세글 활성화
입력화면 길게 터치>입력방법>한세글 선택

[입력방법]
1. 받침키 구분하여 초.중.종성 각각1타씩
  예: 아버지= 13 86 09, 선생님= *66 *83 499
2. ㅊㅋㅌㅍㅎ 는 기본자음 + (추가), (초성ㅎ=ㅇㅇ도 가능)
   ㄲㄸㅃㅆㅉ 은 기본자음 + (추가+추가) 또는 (쌍)
  예: 토끼= 542 219
3. 모음8개 외의 모음은 shift(모↑) 를 누른 후 모음 터치
  예: ㅑ= 73, ㅘ= 79, (단. ㅢ는 ##)
4. 제2,3번째 자음은 반복타
  예: 랍= 44399

[한세글의 특징]
가장 빠른 한글입력
- 쿼티 타건수 대비 +17% 타건
   (S사 +53%, L사 +35%, P사 +32%)

양손치기에 최적화된 입력방식.
- 왼손: 초성키과 기능키(45%)
- 오른손: 모음과 받침키(55%)

세벌식 한글
- 초성자음과 종성자음의 자리가 구분됨

입력 팁
1. 드래그입력 동시 적용
   (ㄲ)류: (ㄱ)에서 ←
   (ㅋ)류: (ㄱ)에서 ↓
   (ㅑ)류: (ㅏ)에서 ←
   (ㅘ)류: (ㅗ)~(ㅏ)연결
   (숫자): 숫자에서 ↑
2. 자음만 입력은 자음 사이에 (자) 또는 스페이스 입력
3. 모음만 입력은 ‘41’ 입력하고 모음입력

** 공지사항
본 한세글 Lite버젼은 2012년 3월 31일까지 한정판입니다.

Бесплатно
Иконка для ExcelShortcuts 1.3

ExcelShortcuts (v. 1.3)

Canny Technologies опубликовал приложение 2012-09-23
(обновлено 2012-09-23)

Can’t remember all those Excel keyboard shortcuts? Now you don’t have to!, This app lists all the Excel keyboard shorcuts for you.You can use them every day to make your work flow smoothly.

Excel Shorcuts can impressively save your of working time, dealing effectively with many small (but common repeated) actions.

Бесплатно
Иконка для Pomodoro Time Manager 1.2.3

Pomodoro Time Manager (v. 1.2.3)

INDYDEV опубликовал приложение 2012-09-23
(обновлено 2012-09-23)

Easy application for "Pomodoro Technique"
Tomato Time Manager helps you to complete a task without distractions and use your time effectively.

Бесплатно
Иконка для ScanCard BCR US/EU Lite 2.1.80

ScanCard BCR US/EU Lite (v. 2.1.80)

Hotcard Tech опубликовал приложение 2010-09-22
(обновлено 2012-09-23)

ScanCard turns camera phone into a business card reader!
Lite version: Limited for 10 times trial

Features:
* for Android 2.0/2.1 OS
* fast and accurate character recognition (autofocus camera required)
* recognize English, French, German, Italian, Spanish, Portuguese, Dutch, Finnish, Swedish, Turkish, etc
* recognize all card images by one click
* easy export to phone address book
* search by any keyword in the card
* share, quick call, email, website, map location
* Name Card Recognition, Business Card Recognition, business card scanner, Text Recognition, OCR, BCR, CRM, Management, Scanner, ScanCard, BizCard, European languages, Google Map, Hotcard, XMSCAN, Cloud Connection

Video:
http://www.youtube.com/user/xmscan?v=XP4hqLK410I

Reviews:
* "Let your smartphone organize your business cards" [Stetson Law Library]
* "I like the ScanCard Business Card Reader app" [Greg Knieriemen, VP at Chi Corporation]
* "Accurate result put at the right place...barely need additional typo...a neat solution." [gandroidmix review]
* Ranked # Top 15 applications of 2010 [lesapplicationsandroid, France]

Note: Lite version does not allow to export contacts

Customer support time: 8:30am to 6pm GMT+8 (Beijing time), Monday to Friday
Thank you for your understanding!

Бесплатно
Страница:  «    1 …  133   134   135   136   137   138   139   … 602   »