Skip to main content

Posts

Showing posts from September, 2017

Android Customized-FloatSeekBar

A SeekBar is an extension of ProgressBar that adds a draggable thumb. The user can touch the thumb and drag left or right to set the current progress level or use the arrow keys. Placing focusable widgets to the left or right of a SeekBar is discouraged. SeekBar support only int values for progress: void setMax(int max) Set the upper range of the progress bar max. void setMin(int min) Set the lower range of the progress bar to min. void setProgress(int progress) Sets the current progress to the specified value. int getMax() Return the upper limit of this progress bar's range. int getMin() Return the lower limit of this progress bar's range. int getProgress() Get the progress bar's current level of progress. In some scenario we would need floating point seekbar progress, which is not supported by default in android. Here the floating seekbar which supports floating point value: You can download the full sample and library from https://github.com/yuvaraj119/Cus

Etcher - Burn. Better. Burn images to SD cards & USB drives, safely and easily.

I was searching for good image burner for writing SD card for Raspberry Pi this was first time i am gonna use Raspberry Pi and i don't wanna it to go in wrong way. I searched for tool which is easier and smarter which is the Etcher i come to know about this. https://etcher.io/ I liked the look of Etcher’s clean and simple interface which is platform independent works on any platform. Its simple 3 step interface:  STEP 1: You browse to the image file from your system. Select a drive SD card or USB drive.  Now lets hit the Flash button to start the burning image on SD card or USB drive. STEP 2:    Now wait for few minutes to burn the image on SD card or USB drive. Once its done it will start validating whether its burned correctly. STEP 3: Once the process has finished you have the option to burn the same image again or to choose a different image.   When selecting image files you can select IMG and ISO files as expected but also Zip files. This a