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. Download 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 scrol...