If you want to integrate Lucene with your android application, this post will get you started. Lucene provides you with a wide range of searching options like Fuzzy Search, wildcard search, etc. So, you can use this in your android application, if you want to provide search option over your custom data model. In the code shown...
ADF Examining memory leaks
Simply Read: A RSS/Atom Reader
Event Handlers in OIM 11g
Analyzing and Fixing memory leaks in Android
Driving security for ADF Essentials: Part1
Target Reconciliation Scheduler in OIM 11g
Using Lucene in Android
Better Charting with NVD3
ADF: Doing Runtime Entity Validations
ADF View Criteria Performance Impact
Oct 30, 2014
Oct 5, 2014
05
October
In the last post, I had explained how you can use Retrofit API to consume Feedly’s feed search API. In this post, I will cover the integration of a SearchView with the feed search API. To integrate SearchView with the custom data source, you need to implement the following interfaces in the fragment or activity. SearchView.OnQueryTextListener:...
Posted on Sunday, October 05, 2014 by Unknown
05
October
Recently, I noticed a poor implementation of dynamic query in our application environment. As the query was complex and its where clauses were generated dynamically, the developer chose not to implement the bind variables. Now, some of you will be aware of the disadvantages of not using bind variables, but i have mentioned them below just to recap:- It is a security risk as it allows SQL injection attack It causes a major bottleneck on database as every time a search is submitted, the query will need to be parsed and for this...
Posted on Sunday, October 05, 2014 by Unknown
Oct 4, 2014
04
October
Retrofit is a type-safe rest client for java/android that one can use for easily consuming rest services. It supports both synchronous and asynchronous retrieval. In this post, I will explain an example which shows how you can integrate it with your android application for consuming rest services asynchronously. The example will show its integration for doing feed search with Feedly. Feedly’s basic feed search is free, you can find the document here Feedly Search Service. Setting up Retrofit : - I am now using android studio instead...
Posted on Saturday, October 04, 2014 by Unknown
Oct 3, 2014
03
October
Android has a different paradigm for application development. So , In this post, I will explain a few of those concepts (as I understand) that lie at its core. Cursor: To draw parallels, a cursor object is just like a ResultSet in JDBC. It is used for iterating over the underlying data and just like a JDBC ResultSet object, it must also be closed. The following snippet shows how to iterate over the result set. try { cursor = getDatabase().query(tableName, columns,...
Posted on Friday, October 03, 2014 by Unknown
03
October
Just an update : these days, I am developing a RSS reader app on android. I am using android framework for development and not Oracle MAF because it tends to be free of license restrictions, plus it performs better. I am not particularly fond of android’s ContentProvider API’s , as I find them to be inflexible, so I am going to take the conventional approach of programming. In the coming posts, I am going to share tips and tricks on android application development and of course when the application is developed(which will...
Posted on Friday, October 03, 2014 by Unknown
Subscribe to:
Posts (Atom)
Subscribe to Feeds
About Me
Google Translate
Connect !
Categories
ADF
(30)
java
(21)
windows
(20)
Counter Strike 1.6
(13)
Android
(11)
Unix/Linux
(10)
ADF security
(8)
Apache Spark
(8)
Scala
(6)
Search engine Optimization
(6)
jdeveloper11g
(6)
rest
(6)
Computer Networking
(5)
Cool Tutorials
(5)
Retrofit
(5)
Security
(5)
Fortress
(4)
OIM11g
(4)
jsf
(4)
oracle 11g
(4)
Big Data
(3)
Hive
(3)
OPSS
(3)
OpenLDAP
(3)
Wordpress
(3)
javascript
(3)
sql
(3)
website on pc
(3)
Google
(2)
Programming Stuff
(2)
Songbird
(2)
Usenet
(2)
php
(2)
search engines
(2)
wallpapers
(2)
webserver
(2)
Dynamic Dns
(1)
ECM
(1)
Impala
(1)
Lucene
(1)
Softwares
(1)
apache
(1)
code coverage
(1)
firefox
(1)
jmeter
(1)
whitepaper
(1)
Total Pageviews
Popular Posts
-
Are you annoyed of motion blur that occurs in Need For Speed Most Wanted when the car goes at higher speeds ? Well if you are then there ...
-
In this post i am sharing the process to make your own custom reconciliation connector. The process flow of the scheduler is shown in the be...
-
As you all are aware that Google Plus is shutting down in March 2019 and so are all its services. I have had a legacy android app on p...
-
This Windows utility is used to repair the system databases in windows. Windows xp stores the databases with .sdb extension. Databases li...