#SachtechSolution
Explore tagged Tumblr posts
sachtechsolution-blog · 8 years ago
Video
youtube
Click Genymotion plugin button from the Android Studio toolbar. Select the virtual device you want to use and click Start. Close the Genymotion window. In your application project, click . The Choose Device window opens. Click on the virtual device you started or created. After a reboot or an unexpected halt of a virtual device, its name in the Choose Device window may become irrelevant. Close and reopen the plugin to solve this. Click OK. While Genymotion plugin window is open, errors are displayed in the Android Studio console.
1 note · View note
sachtechsolution-blog · 8 years ago
Video
youtube
Every Button is styled using the system's default button background, which is often different from one device to another and from one version of the platform to another. If you're not satisfied with the default button style and want to customize it to match the design of your application, then you can replace the button's background image with a state list drawable. A state list drawable is a drawable resource defined in XML that changes its image based on the current state of the button. Once you've defined a state list drawable in XML, you can apply it to your Button with the android:background attribute.
0 notes
sachtechsolution-blog · 8 years ago
Video
youtube
Linear Layout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation attribute. All children of a LinearLayout are stacked one after the other, so a vertical list will only have one child per row, no matter how wide they are, and a horizontal list will only be one row high (the height of the tallest child, plus padding). A Linear Layout respects margins between children and the gravity (right, center, or left alignment) of each child
0 notes
sachtechsolution-blog · 8 years ago
Video
youtube
Linear Layout is a view group that aligns all children in a single direction, vertically or horizontally. You can specify the layout direction with the android:orientation attribute. All children of a LinearLayout are stacked one after the other, so a vertical list will only have one child per row, no matter how wide they are, and a horizontal list will only be one row high (the height of the tallest child, plus padding). A LinearLayout respects margins between children and the gravity (right, center, or left alignment) of each child
0 notes
sachtechsolution-blog · 8 years ago
Video
youtube
RelativeLayout is a view group that displays child views in relative positions. The position of each view can be specified as relative to sibling elements (such as to the left-of or below another view) or in positions relative to the parent RelativeLayout area (such as aligned to the bottom, left or center).
0 notes
sachtechsolution-blog · 8 years ago
Link
1. Easy Track your friend current Location 2. Fast Track your relative current Location 3. Identify the unknown caller with current location of the caller 4. Search any number current location 5. Family Safety via tracking 6. Calculate the distance between you and your friend 7. Search for any number 8. Get all the details of call history 9. On particular location how many call i have received 10. Friendly UI
0 notes