Mastery of Android programming

Mastery of Android programming

Creating a mass messaging application in the Android Studio environment with Shamed code: 2-0-63-769529-2-1

One of the features that have been available in mobile phones from the beginning is the ability to send and receive SMS. SMS is a low-cost and reliable communication feature that all phones can use, and due to its independent structure, it does not depend on the phone's hardware and operating system. Therefore, many organizations and companies use SMS for information and advertising.

 An application has been created that can send a text message to a group of people and at the same time, examines how to manage the sent messages. Due to the low cost and security of SMS, all applications must be able to send and manage SMS.

In addition to how to use sending text messages individually, in groups, and selectively, managing the sent messages is also an important issue that is included in this application. There is a section called Reports, in which the time of receipt, text, recipient, and status of the message in terms of sent, received to the phone, and not sent, are recorded, and in addition, there is a way to backup and recover sent messages. has it. Also, this application has considered different dimensions of the phone. The possibility of importing mass information at once from Excel is another possibility that exists in this application. Considering the solar and Gregorian dates is another feature of this application.


To view or add a comment, sign in

More articles by Mohammad Hossein Nejat

  • What do UI and UX mean? Investigate their differences in design

    We have all encountered issues with systems that look good when working with different software but are very difficult…

  • What is the difference between Promises and Observables?

    Promise A Promise handles a single event when an async operation completes or fails. Note: There are Promise libraries…

  • What is a directive?

    A "directive" changes the appearance, behavior, or layout of DOM elements. Directives, like components, are one of the…

  • Data Binding in Angular

    Data binding is one of the most important features of the Angular framework. Because sending and receiving data in any…

    1 Comment
  • Data Binding

    Data binding is one of the most important features of the Angular framework. Because sending and receiving data in any…

  • The life cycle of a component in Angular

    Angular components, like other frameworks, have life cycle-specific events that are largely maintained by Angular…

    1 Comment
  • What is @Component?

    When we want to create a new component in Angular, we have to use the @Component decorator. @Component Decorator…

  • What is the need to use component-based architecture?

    Due to the current trends in application development, component-based architecture has been proposed as an architecture…

  • What is a component?

    A component is basically a class that is defined for each element or control visible on the screen. Each component…

  • What is @ngModule?

    Each Angular application requires at least one Angular module file. An Angular application may contain more than one…

Explore content categories