
Search In
Image cropping in Android, there is a support in some devices by default for cropping image but its not reliable, so here is some code to get rid of this problem.
Step 1. Declare crop activity in your manifest like this :-
<activity android:nam
Every now and then the Xcode developers have to make use of the iPhone camera to click pics, photos and even different types of symbols and codes like bar code and more recently the QR Codes (Quick Response codes).
The primary problem faced by the d
I want to display location (lat & lng) markers in Android google map using volley library by selecting the category.
I am not able to get individual selected item locations but I am able to get all locations markers in map. Please help in code!
Hello Friends,
As you know base_url is a very important component in web development we need this many time in our project, If you are new in codelgniter and wants to define base_url. Please review the below code
Please open "codelgniter/appli
Hello Friends,
Some time this is project requirement to update session expiration time, If you want to update session expiration time in codelgniter framework. Please open "codelgniter/application/config/config.php" and update the code bel
I have created a SQLite database in a folder which if I move somewhere else from the location which I have specified below is not going to work as only one location is specified in the code not all in general. I cannot use the database after copying
I want to make requests to an api that returns a response like so:
{
totalRecords: 30,000,
data: [{...}],
links: {
selfLink: 'http://example-api.com/data?api_key&page=0&size=10',
nextLink: 'http://example-api.com/data?api_key
hello, can somebody help me, how to add arrow left and right to this product view?
do i need to use extension? if so, what extension do i need to use? or do i need to add hard code ?
please help me, thanks in advance
Use below code line in .py file if you want to debug file in odoo
import ipdb; ipdb.set_trace();
And then restart server use this command in terminal and then restart your openerp- server with the —debug option.
# openerp-server –debug
Inline styles have the highest priority of all CSS. In general, I would recommend you avoid using them and place your CSS declarations in external files. However, you may not have that luxury if you are working on a legacy system or do not have direc
