Eme Lekwa

Eme Anya Lekwa is a Sofware Engineer. He is passionate about how technology can be employed to ensure good governance and citizen political engagement. He is a mobile, web developer and a technical writer.
Author Insights

3

0

0
Eme Anya Lekwa is a Sofware Engineer. He is passionate about how technology can be employed to ensure good governance and citizen political engagement. He is a mobile, web developer and a technical writer.
3
0
0
Dec 1, 2021
This article will walk the reader through how to consume a REST API in a flutter application using the Dio package. We will be building a weather app that provides real-time weather information by making a...
Sep 21, 2021
State management enables you to pass data from one user interface to another. When the state of your application changes, the system rebuilds the user interface.
Aug 9, 2021
One benefit of REST APIs is the flexibility and scalability it gives to our application. Since the client and server are independent, the REST protocol separates the data storage from the User Interface in the...