Tag Archives: implement

How to implement service call in front end using react native to retrieve server data ?

By | March 13, 2025

I’ll walk you through implementing service calls in React Native to retrieve data from a server. First, let’s look at a basic implementation using the Fetch API, which is built into React Native: Now, here’s how you would use this service in a component: For more advanced needs, you might want to use Axios, which… Read More »

How to inherit from other styles or how to extend your own styles in android?

By | April 18, 2012

Hello all…. I have covered many tutorials on styles on how to implement and use them. Today I will show you how to inherit from other styles or how to extend a style already created by you and use it for applying to other views. Here is one of my previous posts. http://www.coderzheaven.com/2012/02/03/changing-the-style-or-theme-of-default-alertdialog-in-android/ Another one… Read More »