
Search In
This tutorial will help to resize a custom view by dragging of view's side and provide drag functionality also. Here is the step by step code.
Step 1- Create a xml file res/activity_main
<LinearLayout xmlns:android="http://schemas.andr
If you want to perform a super with count as False, to have the ids, not a counter in Odoo then follow the following code in your .py file.
ids = super(mail_message, self)._search(cr, uid, args, offset=offset, limit=limit, order=order,
Building an SEO friendly Website is not a tough ask. But, we have to be a street smart player for this game of SEO web site creation. If you are already here through organic search, then this is a clear evidence that the web page has complied to all
Hi Friends,
Today I will brief you about Dependency Injection. In this blog I will cover up the following topics :-
About Dependency Injection
Real Life Scenario of Dependency.
Benefits of DI.
Does the World need another messenger application? Google says ‘Yes’ and believes that its Artificial Intelligence (AI) powered messaging app, ‘Google Allo’ is distinct enough to compete against WhatsApp, Facebook Messenger, A


Hi Friends,
In the previous part we’ve seen some Material controls and they look pretty impressive. You don’t have to put extra effort for styling standard controls and need a little effort for out of the box controls like sliders cards
Dropdown Menu is used where user has to show list of items for example in selecting countries and state name or finding this list of any latest technology , movies or it should be anything that gives us option to do a choice. This dropdown menu allow
Arithmetic operations are very basic in every strongly type programming languages. We will oftenly save the result of this arithmetic computation in certain type of variable. Suppose if I am adding two integers then i will save the result in in
Web development sure has come a long way from the animated light-up gifs of the mid 90’s. Everyone can be thankful for that. Modern development is a constantly changing set of rules and tools that can help your web project take off, o
There might be some scenario in your code, where some of the tasks should be performed in the background without affecting the current task. Some time we have scenario, where we needed to fire the function, which consists of some function call, where
