Creating our first app with few texts and images
Right now, we'll be creating our first app with just two features which includes images and a few texts.If you've not downloaded the development environment yet, download it now.
Steps in creating an app with texts and images:
1) open your sketchware pro app and click on the plus icon to create a new project
2) enter your app name and click on create, you can also click on the green android icon beside the enter name column to app your app icon.
3) on clicking on create you'll be taken to the page as seen below
• Drag the scroll (v) and drop it on the phone view then on dropping it, click on width (match-parent)
• drag and drop the linear (v) and do the same as that of scroll (v), select width match-parent
NOTE 1: scroll v and linear v are layout properties used to make your app screen scrollable
4) Drag and drop Textview then scroll the textview settings to the left and click on ABC text to edit your text.
You can edit your text properties which includes your text size, text style (bold,italic or normal), text color and others.
6) Scroll down in the view section and drag the image view to the phone section, you can drag as many image view as you wish depending on your images quantity.
• Now navigate to the three dot on the right top corner of your screen and click on it
• click on image
• here you can select as many images as you want, then click on save when done selecting.
• on saving your image, go back to your work environment and click on image to select your desired image.
• when you're done selecting your images, click on run to debug your app
Waite for it to finish running then click on install when the debugging is complete.
Watch Tutorial video
















Comments