Новые бесплатные инструменты в Android Market

Критерий сортировки:
9881-9890 из 17365
Иконка для Mobile Translation (Google) 1.7.1

Mobile Translation (Google) (v. 1.7.1)

Marvin Huang опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

Mobile Translation kernel is to use Google Translation.It supports almost 80 languages.
It is as easy to use as Google Translation.And it supports voice reading.

Hope you will like.

Бесплатно
Иконка для 《细说二战战史——欧洲战场》 1.0.3

《细说二战战史——欧洲战场》 (v. 1.0.3)

LoveAPK опубликовал приложение 2010-12-09
(обновлено 2010-12-09)

天涯热帖小说-----《细说二战战史——欧洲战场》

Бесплатно
Иконка для Track Phone In Web 7.0

Track Phone In Web (v. 7.0)

NerdGroup опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

Monitor the position of your childrens, wife, husband or friends. And have access to one of the last places visited hitori.
Based on GPS or celltower position system. Secure and privacy is our main goals on this system. A web interface is used to track in real-time. This is a trial version that will work for 24 hs.

Бесплатно
Иконка для Quick Access 1.4

Quick Access (v. 1.4)

Little Fleet опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

Provides Quick Access to your contacts, create shortcuts for bookmarks and togglers using widgets

To Launch our application from Homescreen: Press Menu -> Widgets -> Quick Access

Choose any contact and customize the widget to Call, SMS & Email

Open bookmark in browser

Toggle Airplane Mode, Wifi & Bluetooth

Бесплатно
Иконка для ShareApp 1.1.8

ShareApp (v. 1.1.8)

RickyDoIt опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

ShareApp can share your application with QRcode style.
And you can add the app to bookmark.
In this app,you can know popular application in share rank board.

If you like this game.Please give me more advise.

Бесплатно
Иконка для Luarida 1.86 Beta

Luarida (v. 1.86 Beta)

たろサ опубликовал приложение 2010-12-09
(обновлено 2013-09-04)

Luarida is Script that operates on Android. The linguistic system is Lua. The program can be written as easily as BASIC. The sample file is not installed when there is already Luarida folder in the SD card. Please Copy&Paste from my Web site or rename the folder.
  The self-made program can be put on the home as a short cut.
--- Luarida Command List ---

(1)Input Command
editsetText(text)
editText(title[,flag])
touch([mode])
inkey([mode])

(2)System Command
system.exit()
system.expCall(classname [,data,type])
system.getAppPath()
system.getCardMnt()
system.getSec()
system.impCallActionSend(text [,type])
system.impCallActionView(text, type)
system.setrun(Luafilename)
system.setScreen(mode)
system.setSleep(off(keep)/on)
system.version()
El_Psy_Congroo()

(3)Graphic Command
canvas.drawCircle(x, y, r, color [,fill])
canvas.drawCls([colorcode])
canvas.drawLine(x0, y0, x1, y1,colorcode)
canvas.drawRect(x0, y0, x1, y1, colorcode [,fill])
canvas.getBmpSize(filename)
canvas.getColor(x, y)
canvas.getg(gx0,gy0,gx1,gy1,wx0,wy0,wx1,wy1)
canvas.getviewSize()
canvas.loadBmp(filename, x0,y0,x1,y1 [, n])
canvas.putCircle(x, y, r, colorcode [,fill])
canvas.putCls([colorcode])
canvas.putflush([x0,y0,x1,y1])
canvas.putg(gx0,gy0,gx1,gy1,wx0,wy0,wx1,wy1)
canvas.putLine(x0, y0, x1, y1, colorcode)
canvas.putRect(x0, y0, x1, y1, colorcode [,fill])
canvas.putrotg(cx,cy,angle,wx0,wy0,wx1,wy1)
canvas.putWork(xs0,ys0,xs1,ys1,xd0,yd0,xd1,yd1)
canvas.saveBmp(filename, x0,y0,x1,y1)
canvas.setMainBmp(Width, Height)
canvas.setWorkBmp(Width, Height)
canvas.workCls([colorcode])
canvas.workflush(x0,y0,x1,y1)
color(r, g, b [,Alpha])

(4)Text Command
canvas.drawText(text, x, y, size, colorcode[,backcolorcode])
canvas.drawTextBox(text, x, y, size, colorcode, wide[,backcolorcode])
canvas.drawTextCenter(text, x, y, size, colorcode[,backcolorcode])
canvas.drawTextRotate(text, x, y, angle, size, colorcode[,backcolorcode])
canvas.putText(text, x, y, size, colorcode[,backcolorcode])
canvas.putTextBox(text, x, y, size, color, wide[,backcolorcode])
canvas.putTextCenter(text, x, y, size, colorcode[,backcolorcode])
canvas.putTextRotate(text, x, y, angle, size, colorcode[,backcolorcode])

(5)Http Command
http.addHeader(headername, data)
http.addParam(post-parameter)
http.clrHeader()
http.clrParam()
http.get(url, savefilename)
http.post(url)
http.setContentType(content-type)
http.setPostFile(post-filename)
http.status()

(6)Dialog Command
dialog(title, text[,button])
item.add(text[,flag])
item.check(title)
item.clear()
item.list(title)
item.radio(title,position)
toast(text [,time])

(7)Sensor Command
sensor.getAccel()
sensor.setdevAccel(sw)
sensor.setdevMagnet(sw)
sensor.setdevOrient(sw)
sensor.getGdirection()
sensor.getMagnet()
sensor.getOrient()

(8)Sound Command
sound.beep([hz[,ms]])
sound.isPlay(soundnumber)
sound.pause(soundnumber)
sound.restart(soundnumber)
sound.setSoundFile(filename, soundnumber, flag)
sound.start(soundnumber [,loop])
sound.stop(soundnumber)

(9)ZIP Command
zip.addFile(compressed-filename [,melt-folder])
zip.exec(zipfilename)
zip.status()

(10)socket Command
sock.close(Number)
sock.connectOpen(Number,Address,Port[,TimeOut])
sock.getAddress(Number[,Local])
sock.listenOpen(Number,Port[,TimeOut])
sock.nclose(Number)
sock.nconnectOpen(Number,Address,Port[,TimeOut])
sock.ngetAddress(Number[,Local])
sock.nlistenOpen(Number,Port[,TimeOut])
sock.nrecv(Number[,TimeOut])
sock.nsend(Number,Data,Length)
sock.recv(Number[,TimeOut])
sock.send(Number,Data,Length)

(11)sprite Command
sprite.clear()
sprite.define(Number, WorkX0, WorkY0, WorkX1, WorkY1)
sprite.inArea(Number, Distance)
sprite.init()
sprite.move(Number,View,CX,CY [,WRatio,HRatio[,Angle]])
sprite.put()
sprite.touch([Number[,Number]])

The number of characters of explanations exceeded, and refer to the explanation blog for the command of the remainder, please.
http://d.hatena.ne.jp/tarosay/20110217/1297957894

Бесплатно
Иконка для 時間電卓 2.0.3

時間電卓 (v. 2.0.3)

againstfy опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

時間の電卓です。
指定した時刻同士を比較し、間隔の時間を時、分、秒の単位で算出します。
また時間の雑学も楽しむことができます。

[更新履歴]
2010/12/31
・GalaxyTabのレイアウトに対応しました。
2010/12/09
・HT-03Aで発生する不具合を修正しました。
2010/12/08
・アイコン、ボタンを修正しました。
2010/10/10
・電卓モードを追加しました。
・24時間表示、ボタン表示の不具合を修正しました。
・HT-03Aに対応しました。

[対応機種]
X06HT Desire
SO-01B Xperia

※対応機種以外においては、起動しない場合がございますのでご了承下さい。

Бесплатно
Иконка для My-Todolist - online 1.9.7

My-Todolist - online (v. 1.9.7)

Thomas Schiffler опубликовал приложение 2010-12-09
(обновлено 2011-10-17)

Manage your own ToDo-List direct on your Android.

Features:
- categorisation
- prioritisation
- daylist
- synchronize with My-Todolist.net
- widget for daylist
- import / export functionality

Website My-Todolist.net now available in English ! ! !

Бесплатно
Иконка для CellPark-Siofok 1.2

CellPark-Siofok (v. 1.2)

Cellum Ltd. опубликовал приложение 2010-12-09
(обновлено 2010-12-09)

CellParkSiofok is an app that makes car parking easier. It is a mobile phone based payment application that can be used by T-Mobile Hungary customers of the Siófok parking system. The parking fee will be paid by MobilVásárlás service. For fees and other conditions please check your mobile operator's homepage.

Keywords: parkolás, siófok parking, siófoki parkolás

Бесплатно
Иконка для ProfilingX 1.0.4

ProfilingX (v. 1.0.4)

hi-posi опубликовал приложение 2010-12-09
(обновлено 2010-12-09)

This app made by Adobe Flash CS5 and Air for Android.You need AndroidOS2.2 or higher

The ProfilingX takes a person with a camera, and the profile of the person is possible.However, a fingerprint authentication is necessary to start it.
This is the joke app;-)

*Update11/10/2010:soundON/OFF,AutoFaceRecognition ON/OFF

Бесплатно
Страница:  «    1 …  986   987   988   989   990   991   992   … 1737   »