Последние обновлённые инструменты в Android Market

Критерий сортировки:
1421-1430 из 23497
Иконка для Mobile Profiles 3.3.1202.1

Mobile Profiles (v. 3.3.1202.1)

BenLin опубликовал приложение 2010-07-28
(обновлено 2013-09-05)

Profiles let you quickly change basic settings like volumes, ring tones ..etc

Features:
1.Add/Delete/Edit Profile
2.Show/Hide icon on status bar
3.Reset previous profile after period time

Advance features only works in payment version and now you can find payment version in Android Market.

Бесплатно
Иконка для KnitWit 1.5

KnitWit (v. 1.5)

The Orange Pad опубликовал приложение 2011-10-17
(обновлено 2013-09-05)

KnitWit is a handy, simple and easy to use stitch counter. Keep track of your stitches and rows. Even set an alarm to notify you when you've reached a certain number of rows.

US$0.99
Иконка для Notibrate Donate 1.4.0

Notibrate Donate (v. 1.4.0)

Rachel опубликовал приложение 2011-10-17
(обновлено 2013-09-05)

A donation version of my free app Notibrate

Convert Android notifications into custom vibration patterns to easily distinguish between them when your phone is in your pocket or on silent mode.

Currently supports the following Android notifications:

* Gmail
* Low Battery
* SMS
* MMS
* Incoming Call
* Low Memory
* Airplane Mode
* Power Connected
* Power Disconnected

US$0.99
Иконка для APN-Switch 1.20111211

APN-Switch (v. 1.20111211)

adrian.ulrich опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

APN-Switch is a simple widget that allows you to quickly enable (or disable) your data connection (3G/EDGE/GPRS) with a single click.

It should work on all current Android releases (tested on 1.6 - 4.0), but may fail on some system images due to vendor specific changes.


The Sourcecode can be found at https://github.com/adrian-bl/APN-Switch

If you like APN-Switch, please donate some money by installing my <a href="http://market.android.com/details?id=ch.blinkenlights.android.donate">Donate App</a> :-)

Бесплатно
Иконка для Flashlight Gallery Lite 1.10

Flashlight Gallery Lite (v. 1.10)

KAIBITS Software опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

With Flashlight Gallery Lite you will be able to turn your phone not only into a classic flashlight that gives you light in particular places like in a cinema, a disco, in a car or in dark rooms.

It also features burning candle, light bulb, LED lamp or shining sun mode.

In total there are more than 20 different "Flashlight Themes" to select.

Of course, the brightness of the screen can be dimmed to save battery or to adapt to the circumstances (such as cinema or theater).

Please use the support E-mail (flashlight2011@googlemail.com) of the program if you have problems. Please specify the type and Android smartphone version.

Flash Light Gallery Pro has no banner ad and costs a few cents.

Бесплатно
Иконка для eClockWidget 2.4.4

eClockWidget (v. 2.4.4)

droider01 опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

eClockWidget: a stylish home screen widget, display clock and power status.

Бесплатно
Иконка для 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

Бесплатно
Иконка для Army Creator Mobile 1.0.25

Army Creator Mobile (v. 1.0.25)

Magic Toad Software опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

IMPORTANT NOTE - There are no data files that come with the app. You must download them, create your own or find them elsewhere. A Google search for "Army Creator Mobile Data" should give you information on a data file that exists.

Army Creator Mobile is a list making application that can be used for popular tabletop wargames (like Warhammer 40k). You can create data files on your computer using the tools provided on the website (see below for address) and import into the app.

**Please try the Lite version if you want to test the functionality of the app**

**If you receive an error and forward on to me, can you please mention OS version and describe some details on what you were doing at that time. It will help to fix the issue**

Features of Army Creator Mobile include:
-Selection of many items and options for each unit
-Sorting of lists on the fly
-Saving lists and output of list to a text file to email or print
-Expandable to many tabletop wargaming systems. If one you are creating a file for does not work out with the setup, please contact the developer to add in functionality.

Please visit www.armycreatormobile.com for more details

US$1.75
Иконка для Wake All 1.2

Wake All (v. 1.2)

FireZenk опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

This application allows you to use all the physical buttons to turn on your cell phone screen, keeping your original lockscreen

Better and simplier than AnyUnlock

Бесплатно
Иконка для 東京電力の利用状況 1.0.4

東京電力の利用状況 (v. 1.0.4)

darksky опубликовал приложение 2011-10-17
(обновлено 2013-09-04)

東京電力の電力利用状況を表示するアプリケーションです。
主な機能は以下の通りです。
・東京電力の情報表示
・Android端末のバッテリー情報の表示
・東京電力の電力利用状況のチェックおよび通知
・その他、災害関連のリンク表示

※東京電力が配信しているデータを元に情報の表示を行っています。
最新の情報については東京電力のホームページをご参照ください。

※本アプリケーションは、東京電力が配信しているデータを使用してますが、東京電力が提供しているものではありません。

Бесплатно
Страница:  «    1 …  140   141   142   143   144   145   146   … 2350   »