Posts

How to create a sign in and sign up in your app

Image
As a developer and business owner, you want your customers, viewers and users data to be secured, as a result you'll want your users to register and have a profile where they can access it anywhere while it's also secured, that what will lead us to adding a sign up and sign in page to our app, to do so, simply follow the steps below and watch the video that follows for better and proper understanding Steps include: • on getting to your app development environment, design how you want your sign up and sign in page to look like adding em ail and password column and button • after designing your pages, open your firebase project in your browser and get your project details, of you don't know how to do that, check out our previous lesson and video on how to create a firebase project and how to connect it to your app. How to create a firebase project How to connect your firebase project to your app • After linking your firebase project to your app, click on your sign up...

Firebase part 2: How to connect firebase to your app

Image
  The steps below are how to link your Firebase account into your app on sketchware  1) on the top right corner of your work screen, click on the three dot and select Library, then navigate to firebase 2) Enter your firebase details as shown in the video below.

Creating an app part 1: How to create a Firebase account

Image
  How to create a Firebase account Google Firebase is a Google-backed application development software that enables developers to develop iOS, Android and Web apps. Firebase provides tools for tracking analytics, reporting and fixing app crashes, creating marketing and product experiment. Firebase offers a number of services, including: Analytics – Google Analytics for Firebase offers free, unlimited reporting on as many as 500 separate events. Analytics presents data about user behavior in iOS and Android apps, enabling better decision-making about improving performance and app marketing. Authentication – Firebase Authentication makes it easy for developers to build secure authentication systems and enhances the sign-in and onboarding experience for users. This feature offers a complete identity solution, supporting email and password accounts, phone auth, as well as Google, Facebook, GitHub, Twitter login and more. Cloud messaging – Firebase Cloud Messaging (F...

Ways to earn with your app

Image
  You might be wondering how mobile app developers earn by just creating mobile apps, so I'm going to explain how they actually make cool and whooping amount of money by just Creating a single app or apps 1) By creating apps for people and businesses: You been a mobile app developer opens series of money making opportunity for you and one of which is by creating mobile apps for people or Businesses. You can create apps for people and charge them like $50,$100 or even $500 depending on the app type, how difficult it is and how long it will take to complete it.  You can also charge the business or company owners at least $500, $1000,$2000 depending on the app type. So you Can now see that just creating apps For People can give you your financial freedom . 2) By creating premium apps Everyone knows what a premium app is. You can simply put. A premium app is an app that requires payment before download About 43% of apps in google app store are premium apps While 31.2% of ...

How to create web browser app

Image
  How to create a web browser app  with sketchware Steps: • name and create your project • drag and drop linear v • drag and drop edit text and a button into the linear v  • click on the linear v and select weight -> 1 to make the edit text and button stay on a box • scroll, drag and drop WebView under the linear v layout • click on button and click on event then on click • drag and drop the WebView block  • click on WebView 1 • drag and drop Textview get text •Then click on edit text so that whenever you type on edit text, and click on the button, the browser searchs for the url you type on it •make sure your blocks are like this then exit the page and click on run Watch the video below for proper understanding.     

How to create an app with multiple pages..

Image
How to create an app with multiple pages. As we know, depending on what type of app we build will determine the number of pages in the app We can build an app with just one page, we can also build an app with three, five, ten or more pages, depending on our choice and the features in the app we are building. So therefore in this post, we'll be learning how we can make our app have three or more pages including a  Splash screen leading to our home page.                                  Steps : Follow the images with caution and watch the video below. Name your page e.g home Make sure you do not add space or emoji to your page name and also make sure your page name starts with a letter with at least three characters. Do the steps repeatedly to all the pages you want to create and follow the steps below to e Move to the he next page and design your next page, the. Drag and ...

Terms used in this blog

Image
  Here you can check the meaning of whatever term you don't understand in the process of learning in this blog • Development environment    This is like an app or software where development activities such as mobile app development, web development and so on are being performed on. • Progressive bar     This can be in a circular or horizontal format which indicates that an app or website is loading.

How to create a splash screen leading to home page in your app

Image
  What is a splash screen In most cases, when you open a mobile app, what you see first is either the app logo and name or the company's logo or name or just a loading  Progressive bar . And now we'll be learning how we can create both horizontal and circular progressive bar on our splash screen. Also we'll be having a look at how we can an app with multiple pages and also how we can navigate, open and move from one page to the other in our app        Steps in creating a splash screen • After creating and naming your new project, on the main activity, design the opening page to your choice or follow the steps below. ~ Drag and drop linear (v) -> width (match-parent)  ~ Drag and drop Textview -> edit it to your taste and to put it on the top center of the screen, click on (Layout-gravity)-> check (center-horizontal) and (center-vertical) ~ and to put it on the center of t...