Ahmed Abdelaalahmedabdelaal.hashnode.dev·Apr 29, 2024Custom Error Pages in LaravelLaravel makes it easy to display custom error pages for various HTTP status codes. For example, to customize the error page for 404 HTTP status codes, create a resources/views/errors/404.blade.php view template. This view will be rendered for all 404...Discuss·10 likes·81 readsLaravel
Sajal Raj Gautamblog.sajalrg.com·Feb 14, 2024Looper, Handler in Android Part 4 - HandlerThis is the final article in our series on Introduction Looper and Handler in Android. To fully grasp the concepts discussed here, it's assumed that you have read or are familiar with the content covered in previous parts. If not, I recommend revisit...Discuss·60 readsMultiThreading In AndroidAndroid
Sajal Raj Gautamblog.sajalrg.com·Jan 30, 2024Looper, Handler in Android Part 3 - HandlerThis article is the third in a series on Looper and Handler in Android. To fully understand the concepts discussed here, it's assumed that you have read or are already familiar with the concepts covered in part1 and part2. If not, I recommend visitin...Discuss·145 readsMultiThreading In AndroidAndroid
Jhonatan Oliveirablog.jhonatanoliveira.dev·Nov 11, 2022Customize controls with .NET MAUI using PlatformViewFactoryIn this post we will use PlatformViewFactory to customize a control without creating a new handler. Contextualizing When I wrote this article about customize controls with handlers, Pedro Jesus replied to my tweet suggesting to reimplement the contro...Discuss·1 like·321 reads#PlatformViewFactory
Jhonatan Oliveirablog.jhonatanoliveira.dev·Nov 5, 2022Customize controls with handlers with .NET MAUIIt is very common during the development of mobile applications to create or customize controls. In this post we will see how we can do this with handlers in .NET MAUI. Ways to create and customize .NET MAUI Controls There is more than one way to c...Discuss·2 likes·1.8K readshandler