Rawman3D
newar, frm ktm, love long hair, and sketchin faces.. wanna b software dev..
@LFTechnology teku, ktm, nepal
Pinned Repositories
ActivityLogger
Logs onStart, onResume, onRestart, onStop, onRestart, onDestroy and onSaveInstance.. All the Logs are displayed in LogCat terminal with the tag "LifeCycle"..
BasicCalculator
basic calculator using text field and buttons .. first android app.. does not crash when text area left blank
Camera
Expandable-List-View
click parent tab to open child list below.
firstRepo
GrayerScalar
turns sample image into grayscale, .. 2 buttons define each process.. 1st button changes color of each pixel and the other uses color matrix and changes the saturation
IntentExample
intent example to launch new activity and send extra message to the new acitivity
IntentExample2
first commit
IntentServiceExample
queing multiple tasks in background service, which executes one at a time .. a broadcast receiver sends out results as processes complete and receivied in MainActivity and manipulated as required.
meme_creator
has 2 fragments, top and bottom fragment..the top fragment takes in 2 inputs(texts) and sends the inputs to the mainActivity which transfers the texts to the bottom fragment and inputs texts on respectively.. via bucky tutorials
Rawman3D's Repositories
Rawman3D/ActivityLogger
Logs onStart, onResume, onRestart, onStop, onRestart, onDestroy and onSaveInstance.. All the Logs are displayed in LogCat terminal with the tag "LifeCycle"..
Rawman3D/BasicCalculator
basic calculator using text field and buttons .. first android app.. does not crash when text area left blank
Rawman3D/Camera
Rawman3D/Expandable-List-View
click parent tab to open child list below.
Rawman3D/firstRepo
Rawman3D/GrayerScalar
turns sample image into grayscale, .. 2 buttons define each process.. 1st button changes color of each pixel and the other uses color matrix and changes the saturation
Rawman3D/IntentExample
intent example to launch new activity and send extra message to the new acitivity
Rawman3D/IntentExample2
first commit
Rawman3D/IntentServiceExample
queing multiple tasks in background service, which executes one at a time .. a broadcast receiver sends out results as processes complete and receivied in MainActivity and manipulated as required.
Rawman3D/meme_creator
has 2 fragments, top and bottom fragment..the top fragment takes in 2 inputs(texts) and sends the inputs to the mainActivity which transfers the texts to the bottom fragment and inputs texts on respectively.. via bucky tutorials
Rawman3D/MusicPlayer
Music Player. Simple Music player app, using list view to list all the music files on to the view, and select one to play. Used mediaplayer class.
Rawman3D/RandomArt
Example to practice asyntask .. generate random height and width, generate random pixel values, create bitmap and display in imageview, without interrupting the UI thread/ main thread.
Rawman3D/ResizeAnator
takes in simple x,y and window size data and maps it on to a bitmap to display rectangle, crop and resize.. also added skin test to check if an area has >40% reddish parts
Rawman3D/Toggle-Buttons
Udacity example course, with toggle buttons, simple app
Rawman3D/Trial
Testing of Camera in Android