Browsing by Author "Ogunleye, Olalekan Samuel"
Now showing 1 - 2 of 2
Results Per Page
Sort Options
- ItemOpen AccessA framework for enhancing government service delivery using mobile technologies: an African countries context(2017) Ogunleye, Olalekan Samuel; Van Belle, Jean-PaulElectronic government (e-government) is how the providers of public services interact with the citizen and business via electronic means. The internet is the most commonly used electronic channel. E-government can provide major benefits to citizens and businesses by making the delivery of public services more efficient and effective. However, recent advances in mobile technology have offered the potential to support government services at various levels. This has made it possible to deliver services to the citizens who have no convenient physical access to government services, for example, people living in rural areas and those who are continually on the move, such as business professionals. This study explores the possibilities of effectiveness, resistance, opportunities and issues related to supporting government services delivery through using mobile cellular technologies. This research study focused on the South African and Nigerian contexts. The focus was to explore various ways that the government can use mobile technologies to improve the provision of government services. A major output of this research work is a conceptual framework to guide mobile government implementation as a vehicle for delivery of government services. Literature from both academic and professional domains were consulted throughout the study. Furthermore, a case study research was conducted in two organisations, which are different in terms of cultural and transformative settings (one in South Africa and another in Nigeria). The study followed an interpretive research approach, and collected data through semi-structured interviews in the two organizations. The data gathered were relevant to the implementation of m-government systems. The study relied on two underpinning theoretical frameworks, namely Structuration Theory and Actor Network Theory to understand the socio-technical factors affecting the implementation of m-government systems in government organisations. The perspective of duality of structure and moments of translation from both Structuration Theory and Actor Network Theory were adopted to analyse the data collected in the case study organisations.
- ItemOpen AccessSupporting mobile developers through a Java IDE(2008) Ogunleye, Olalekan Samuel; Marsden, GaryThere exist several challenges in supporting mobile applications. For example, creating a separate target application for each device type, leaving developers with a huge maintenance chore. Most desktop applications run on largely homogenous hardware so instead of writing the same code over and over again, developers only need to write modules to implement a particular need. This is because even though there are differences in PC hardware configurations, the same desktop application will work fine on any hardware as the operating system provides an abstract layer. This is the way mobile applications are expected to work. However, this has been divided into dozens of ill-assorted versions. Java mobile applications developers spend more time rewriting code to run on different versions of mobile devices more than they do actually creating application in the first place. This is an intolerable burden for small mobile developers, and it stifles mobile software innovation overall. Mobile devices differ in a variety of attributes, such as screen size, colour depth and the optional hardware devices they support such as cameras, GPS etc. The differences often require special code or project settings for successful deployment for each device a developer is targeting but this creates a huge logistical overhead. One potential solution that is shipped with NetBeans IDE is to add a new configuration for each device, modify the project properties, add some pre-processing code, then build and deploy the application. In most cases, one configuration for each distribution of the Java Archive (JAR) one plans to build for the project is created. For example, if a developer is planning to support three· different screen sizes using two sets of vendor specific APIs, one needs to create six configurations. This reduces the performance of the application drastically and increases the size at the same time. This is not acceptable for mobile devices where memory size and processor performance are limited. The goal of this research work is to support mobile application development through a Java IDE (the NetBeans IDE in this case). Therefore, our approach will be to modify the NetBeans IDE to better address the difficulty that was mentioned above - namely targeting applications for different platforms. Our solution is to integrate another type of a preprocessor into the NetBeans IDE that will help alleviate the problems of the existing tool. Our approach is to directly implement this inside the NetBeans IDE to further support mobile application development with the NetBeans IDE.