
Search In
Hello I have created six buttons in an app in android studio inside the Relative Layout. The buttons show OK in the preview mode of android studio but they second last one does not show when I install my app to test on a phone or an emulator. What co
There are some times during android application development when we need to interact with our server make a prominent exhibition of data inside our application. And server return the data in particular format. It is really important to know how to r
You will always get a situation where you want to compare the values with each other whether with the integers or with the string comparison.
We can easily compare two strings with the help of comparison operator.If the two strings are equal to each
Hi Readers,
In this blog, we will discuss the inbuilt functions of SQL which are used to perform calculations on data. All inbuilt functions are provided to make the task easier to do and we can easily complete a complex task with the help of thes
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,
array([0]=>stdclassobject (['s_no']=1) ) is returning from ajax and i want to add this s_no's value in one textbox .....please can any one help me in jquery syntax...this is my ajax code....
While performing database interactions you need to made a repository class in which all SQL mehods are predefined.
That class is called as Base Repository
Imports System.Data.SqlClient
Imports System.Xml
Imports System.Globaliz
UPPER(str)
UPPER() function returns the string str with all characters changed to uppercase according to the current character set mapping means if you want to get a string with all character in upper case then you can use this function.
Here is so
Signup tutorials for the beginners. In this tutorial you can see different types of signup pages in which date of birth is included , Signup using Facebook and other options as well for android. You can add this code in you application to get the sig
There are some times during android application development when we need to interact with our server make a prominent exhibition of data inside our application. And server return the data in particular format. It is really important to know how to r
