【實用個人化app】TT File Selector|最夯免費app

【實用個人化app】TT File Selector|最夯免費app

分享好友

【免費個人化App】TT File Selector-APP點子

This is file select application.

It assumes that this application is implicitly called from external application.

Since a background color and a text color can be set up, if the application and the color under development are united, a file selection function is realizable comfortable.

If you call this application from launcher, you just find "File reference"(T_T)

Specifications:

OS Version : Over 2.1

scheme : file

ActionType : action.PICK

uri parameters:

path : First directory.

QueryParameter:

only_directory : If true, only directory is shown.

bgcolor : The Background color.

The format is ARGB such as "FF000000"

fgcolor : The Text color.

The format is ARGB such as "FF000000"

multiple : If true, multiple select is enabled.

Example:

sample1: simple call.

Uri uri = Uri.fromFile

(Environment.getExternalStorageDirectory() );

Intent i = new Intent( Intent.ACTION_PICK, uri );

startActivityForResult( i, 1 );

sample2: Set options.

Uri.Builder b = new Uri.Builder();

b.scheme( "file" );

b.path( "/mnt/sdcard" );

【免費個人化App】TT File Selector-APP點子

b.appendQueryParameter( "only_directory", "true" );

b.appendQueryParameter( "multiple", "true" );

b.appendQueryParameter( "bgcolor", "FFFFFFFF" );

b.appendQueryParameter( "fgcolor", "FF000000" );

Uri uri = b.build();

Intent i = new Intent( Intent.ACTION_PICK, uri );

startActivityForResult( i, 1 );

sample3: Getting result.( For single select )

protected void onActivityResult

(int requestCode, int resultCode, Intent data) {

if ( resultCode == RESULT_OK ) {

Uri uri = data.getData();

String selectedPath = uri.getPath();

}

}

sample4: Getting result.( For multiple select )

protected void onActivityResult

(int requestCode, int resultCode, Intent data) {

if ( resultCode == RESULT_OK ) {

Uri uri = data.getData();

ListpathList = uri.getPathSegments();

StringBuilder sb = new StringBuilder();

for ( String path : pathList ) {

sb.append( path ).append( "\n" );

}

String multiSelectPath = sb.toString();

}

}

Future:

User request, if it is.

免費玩TT File Selector APP玩免費

免費玩TT File Selector App

TT File Selector APP LOGO

TT File Selector LOGO-APP點子

TT File Selector APP QRCode

TT File Selector QRCode-APP點子
熱門國家系統支援版本費用APP評分上架日期更新日期
未知Android
Google Play
2.2
App下載
免費
1970-01-012015-01-14
分享app
上一個APP
下一個APP

高評價個人化App推薦

三維可愛的花1

實時三維壁紙免費玩三維可愛的花1 APP玩免費免費玩三維可愛的花1 App三維可愛的花1 APP LOGO三維可愛的花1 APP QRCode熱門國家系統支援版本費用APP評分上架日期更新日期未知AndroidGoogle Play1.0.5App下載JPY$100.01970-01-012015- …
花卉圖片

在線壁紙應用程序,為您提供最佳的原始畫質的圖像和圖片。花意象特點:花意象是一個免費的應用程序的廣告支持。快速和用戶友好的導航。魔像換色。壁紙保存到照片庫。設置壁紙作為你的主屏幕背景或與朋友在Facebook,WhatsApp的,Twitter或安裝任何軟件的共享共用。您也可以通過Google+,電子 …
花卉壁紙

花卉壁紙與許多免費的3D效果背景。你可以改變不同的3D背景,可以這樣不同的高清背景圖片之間輕鬆切換。你可以觸摸屏幕來移動樹葉等功效。為了開發更多的免費大動態壁紙,我們已經實施了一些廣告。廣告可以支持我們的發展更自由精彩的現場壁紙。現在就下載,完全免費!產品特點:- 花3D圖像美麗的背景壁紙- 此功能 …