This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Bitmap mBitmap = BitmapFactory.decodeResource(getResources(), R.id.full_image_view); | |
| WallpaperManager myWallpaperManager = WallpaperManager | |
| .getInstance(getApplicationContext()); | |
| try { | |
| myWallpaperManager.setBitmap(mBitmap); | |
| Toast.makeText(SetWallPaper.this, "Wallpaper set", | |
| Toast.LENGTH_SHORT).show(); | |
| } catch (IOException e) { | |
| Toast.makeText(SetWallPaper.this, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| INSERT IGNORE | |
| INTO table_1 | |
| SELECT * | |
| FROM table_2 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ tail -f /var/log/dmesg |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ln -s file-yang-dituju link-yang-menuju |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ln -s file-yang-dituju link-yang-menuju |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ln -s file-yang-dituju link-yang-menuju |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $ ln -s file-yang-dituju link-yang-menuju |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| android:theme="@android:style/Theme.NoTitleBar.Fullscreen" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| - (void)viewDidLoad | |
| { | |
| [super viewDidLoad]; | |
| [self.inputTextOutlet becomeFirstResponder]; | |
| } |